r9001: Fix warning in make clean
authorJelmer Vernooij <jelmer@samba.org>
Wed, 3 Aug 2005 16:13:44 +0000 (16:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:05 +0000 (13:31 -0500)
(This used to be commit 84bd51279e1302bdecca99fb3f155ba2f6e0bbf5)

source4/build/smb_build/makefile.pm

index 514bfac0b4d731e5ab8cbbb08a3134e98aea5124..0c4df1836970d891c78f3abbc3783131bb0493db 100644 (file)
@@ -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