summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 00:20:42 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-04-03 00:20:42 +0000
commitfb99ef318c769fdc95ee67f7452d0e21c2d36649 (patch)
treee8b6f44b36a56b4f34c943b045fdce43660f2e84 /CCache
parent662084aa06d5b3818532b87709e0b5be383a3df1 (diff)
downloadswig-fb99ef318c769fdc95ee67f7452d0e21c2d36649.tar.gz
fixes for make distclean
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11964 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 ef20f48a0..543970f9e 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -63,10 +63,10 @@ test: test.sh
check: test
distclean: clean distclean-docs
- /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status config.h.in ccache_swig_config.h
+ /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status ccache_swig_config.h
maintainer-clean: distclean
- /bin/rm -f configure
+ /bin/rm -f configure config.h.in
# FIXME: To fix this, test.sh needs to be able to take ccache from the
# installed prefix, not from the source dir.