"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
This commit is contained in:
parent
bfb09161f7
commit
f65ad1caca
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue