summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 00:30:16 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 00:30:16 +0000
commit96fbbc50ccd8fc9f62de335f843cda85eec2aec6 (patch)
treec0004ebd6add14cfbb54180b7d491f0a2f499dba /CCache
parentfb99ef318c769fdc95ee67f7452d0e21c2d36649 (diff)
downloadswig-96fbbc50ccd8fc9f62de335f843cda85eec2aec6.tar.gz
make maintainer-clean fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CCache')
-rw-r--r--CCache/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index 543970f9e..fdb316f1f 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -52,7 +52,7 @@ uninstall: $(PACKAGE_NAME)$(EXEEXT) $(PACKAGE_NAME).1
clean:
/bin/rm -f $(OBJS) *~ $(PACKAGE_NAME)$(EXEEXT)
-distclean-docs:
+maintainer-clean:
rm -f $(PACKAGE_NAME).1 web/ccache-man.html
check : test
@@ -62,7 +62,7 @@ test: test.sh
check: test
-distclean: clean distclean-docs
+distclean: clean
/bin/rm -f Makefile config.h config.sub config.log build-stamp config.status ccache_swig_config.h
maintainer-clean: distclean