summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 01:14:52 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 01:14:52 +0000
commitb53e52602aeaf3aedd94d79f16a69ec58c72c66e (patch)
tree3a3aecfcfb2245b828689dc1fa54990ec1161bca /CCache
parent96fbbc50ccd8fc9f62de335f843cda85eec2aec6 (diff)
downloadswig-b53e52602aeaf3aedd94d79f16a69ec58c72c66e.tar.gz
make maintainer-clean and make distclean fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11966 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CCache')
-rw-r--r--CCache/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index fdb316f1f..b96d42a60 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -52,9 +52,6 @@ uninstall: $(PACKAGE_NAME)$(EXEEXT) $(PACKAGE_NAME).1
clean:
/bin/rm -f $(OBJS) *~ $(PACKAGE_NAME)$(EXEEXT)
-maintainer-clean:
- rm -f $(PACKAGE_NAME).1 web/ccache-man.html
-
check : test
test: test.sh
@@ -67,6 +64,8 @@ distclean: clean
maintainer-clean: distclean
/bin/rm -f configure config.h.in
+ /bin/rm -f $(PACKAGE_NAME).1 web/ccache-man.html
+
# FIXME: To fix this, test.sh needs to be able to take ccache from the
# installed prefix, not from the source dir.