diff options
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 514bfac0b4..0c4df18369 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -497,16 +497,12 @@ clean: delheaders heimdal_clean @echo Removing objects @-find . -name '*.o' -exec rm -f '{}' \; @echo Removing binaries - @-rm -f bin/* + @-rm -f $(BIN_PROGS) $(SBIN_PROGS) @echo Removing dummy targets @-rm -f bin/.*_* @echo Removing generated files @-rm -rf librpc/gen_* - - - - distclean: clean -rm -f bin/.dummy -rm -f include/config.h include/smb_build.h |