summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-04-29 04:54:56 +0000
committerAndrew Tridgell <tridge@samba.org>2001-04-29 04:54:56 +0000
commit07a229ec55c74f4bc26cfeefdaff8157c62cdc29 (patch)
treef87670895db8790bc839fd77ce1d7f8d9dfb4494
parentb7b452625c3cf5f961cc8e53c02775b2b195c02c (diff)
downloadsamba-07a229ec55c74f4bc26cfeefdaff8157c62cdc29.tar.gz
samba-07a229ec55c74f4bc26cfeefdaff8157c62cdc29.tar.bz2
samba-07a229ec55c74f4bc26cfeefdaff8157c62cdc29.zip
make clean should remove PROGS
(This used to be commit 783728fa8c6527e1dfc4434a587d5753886ad8ec)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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