diff options
author | John Terpstra <jht@samba.org> | 1998-08-21 08:21:08 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-08-21 08:21:08 +0000 |
commit | 2aa4ae7311d2c2f01db03d5c463808bc5105111a (patch) | |
tree | 179dc399ee1274627933e4ec4b678eedd5c2b12d /source3/Makefile.in | |
parent | 1a5a571b416395fce30660968792af397fd548d0 (diff) | |
download | samba-2aa4ae7311d2c2f01db03d5c463808bc5105111a.tar.gz samba-2aa4ae7311d2c2f01db03d5c463808bc5105111a.tar.bz2 samba-2aa4ae7311d2c2f01db03d5c463808bc5105111a.zip |
Fix "make clean" to also delete SPROGS.
(This used to be commit 268cbede0fd909da1cb5bbc964244456f32006a6)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
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 |