From 2aa4ae7311d2c2f01db03d5c463808bc5105111a Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 21 Aug 1998 08:21:08 +0000 Subject: Fix "make clean" to also delete SPROGS. (This used to be commit 268cbede0fd909da1cb5bbc964244456f32006a6) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit