summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-08-21 00:00:23 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-08-21 00:00:23 +0000
commit1be8bd5d8eee68bfe2806cc0efbbbaf86409af6f (patch)
tree4602e3afdad498c60416577645dc7c591d984e80 /CCache
parentb56cd0b0f671b3c367abe2216ac53c82b933d3ea (diff)
downloadswig-1be8bd5d8eee68bfe2806cc0efbbbaf86409af6f.tar.gz
tidy up distclean
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11662 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CCache')
-rw-r--r--CCache/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index 2f4decfff..f885e72ae 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -63,7 +63,7 @@ test: test.sh
check: test
distclean: clean distclean-docs
- /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status configure config.h
+ /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status configure config.h.in ccache_swig_config.h
# FIXME: To fix this, test.sh needs to be able to take ccache from the
# installed prefix, not from the source dir.