From 091aa07c51d9bc0d28a38cc9d3ce7599c961683d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 Aug 2005 16:13:44 +0000 Subject: r9001: Fix warning in make clean (This used to be commit 84bd51279e1302bdecca99fb3f155ba2f6e0bbf5) --- source4/build/smb_build/makefile.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source4/build/smb_build/makefile.pm') 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 -- cgit