summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2009-12-10 12:03:26 +0000
committerOlly Betts <olly@survex.com>2009-12-10 12:03:26 +0000
commitf65ad1caca6b7acbb7fde20e76f1f3242d536d31 (patch)
tree47f4755a05c3ad05859ff47f15bf3f565c8b26b0 /CCache
parentbfb09161f744bab4172b20c7f323909ed6b1abd3 (diff)
downloadswig-f65ad1caca6b7acbb7fde20e76f1f3242d536d31.tar.gz
"make distclean" is supposed to return the source tree to a bootstrapped state
so don't remove "configure" as that breaks "make distclean;./configure". Add new "maintainer-clean" target and remove configure in that instead. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11777 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CCache')
-rw-r--r--CCache/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index f885e72ae..ef20f48a0 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -63,8 +63,11 @@ 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.in ccache_swig_config.h
+ /bin/rm -f Makefile config.h config.sub config.log build-stamp config.status config.h.in ccache_swig_config.h
+maintainer-clean: distclean
+ /bin/rm -f configure
+
# FIXME: To fix this, test.sh needs to be able to take ccache from the
# installed prefix, not from the source dir.
installcheck: