diff options
-rw-r--r-- | source4/build/smb_build/makefile.pm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 34fa0c9f65..a9ac1d76b1 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -545,8 +545,12 @@ proto_test: @[ -f $(builddir)/include/proto.h ] || $(MAKE) proto clean: delheaders - @echo Removing objects and binaries - @-rm -f $(_ALL_OBJS_OBJS) bin/* bin/.*_* + @echo Removing objects + @-rm -f $(_ALL_OBJS_OBJS) + @echo Removing binaries + @-rm -f bin/* + @echo Removing dummy targets + @-rm -f bin/.*_* @echo Removing generated files @-rm -rf librpc/gen_* |