From: Andrew Tridgell Date: Sun, 29 Apr 2001 04:54:56 +0000 (+0000) Subject: make clean should remove PROGS X-Git-Tag: samba-2.2.5pre1~2087^2~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=783728fa8c6527e1dfc4434a587d5753886ad8ec;p=thirdparty%2Fsamba.git make clean should remove PROGS --- diff --git a/source/Makefile.in b/source/Makefile.in index 9bec4ba9468..a62886246ae 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -681,7 +681,7 @@ uninstallcp: @$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST) clean: - -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ + -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS) proto: @echo rebuilding include/proto.h