From 07a229ec55c74f4bc26cfeefdaff8157c62cdc29 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 29 Apr 2001 04:54:56 +0000 Subject: make clean should remove PROGS (This used to be commit 783728fa8c6527e1dfc4434a587d5753886ad8ec) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 9bec4ba946..a62886246a 100644 --- a/source3/Makefile.in +++ b/source3/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 -- cgit