diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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__'; |