r8988: Don't remove Makefile.core in distclean...
authorJelmer Vernooij <jelmer@samba.org>
Wed, 3 Aug 2005 05:40:45 +0000 (05:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:04 +0000 (13:31 -0500)
(This used to be commit e8324ff8900fee2df6ca48d89e86e419f7223af9)

source4/build/smb_build/makefile.pm

index d8283ce9a0836e94ca265d988e5756bc230c598f..77c6d07a5d371583ad35f26e35d8c6bbe4065791 100644 (file)
@@ -510,7 +510,7 @@ clean: delheaders
 distclean: clean
        -rm -f bin/.dummy
        -rm -f include/config.h include/smb_build.h
-       -rm -f Makefile*
+       -rm -f Makefile Makefile.in
        -rm -f config.status
        -rm -f config.log config.cache
        -rm -f samba4-deps.dot
@@ -519,7 +519,7 @@ distclean: clean
 __EOD__
 
        if ($config{developer} eq "yes") {
-               $output .= "\t@-rm -f \$(_ALL_OBJS_OBJS:.o=.d)\n";
+               $output .= "\t\@-rm -f \$(_ALL_OBJS_OBJS:.o=.d)\n";
        }
 
        $output .= << '__EOD__';