From c829871308ffeadf04ca96f595d839e96ba3a926 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 Aug 2005 05:40:45 +0000 Subject: r8988: Don't remove Makefile.core in distclean... (This used to be commit e8324ff8900fee2df6ca48d89e86e419f7223af9) --- source4/build/smb_build/makefile.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index d8283ce9a0..77c6d07a5d 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -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__'; -- cgit