summaryrefslogtreecommitdiffstats
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
commit783728fa8c6527e1dfc4434a587d5753886ad8ec (patch)
tree2ec7ef3fea83d2e556564cd07afc34c887d7129d
parent6473085645cc0ecfcb982f6e40bfde606424dc7b (diff)
downloadsamba-783728fa8c6527e1dfc4434a587d5753886ad8ec.tar.gz
samba-783728fa8c6527e1dfc4434a587d5753886ad8ec.tar.xz
samba-783728fa8c6527e1dfc4434a587d5753886ad8ec.zip
make clean should remove PROGS
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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