summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1998-08-21 08:21:08 +0000
committerJohn Terpstra <jht@samba.org>1998-08-21 08:21:08 +0000
commit2aa4ae7311d2c2f01db03d5c463808bc5105111a (patch)
tree179dc399ee1274627933e4ec4b678eedd5c2b12d
parent1a5a571b416395fce30660968792af397fd548d0 (diff)
downloadsamba-2aa4ae7311d2c2f01db03d5c463808bc5105111a.tar.gz
samba-2aa4ae7311d2c2f01db03d5c463808bc5105111a.tar.bz2
samba-2aa4ae7311d2c2f01db03d5c463808bc5105111a.zip
Fix "make clean" to also delete SPROGS.
(This used to be commit 268cbede0fd909da1cb5bbc964244456f32006a6)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b9fd30d9ba..cee3baef7a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -297,7 +297,7 @@ uninstallcp:
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
clean:
- rm -f core */*.o */*~ *~ config.cache $(PROGS)
+ rm -f core */*.o */*~ *~ config.cache $(PROGS) $(SPROGS)
proto:
@echo rebuilding include/proto.h