more distclean fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b53e52602a
commit
d090cadb4c
3 changed files with 3 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ check: test
|
|||
|
||||
distclean: clean
|
||||
/bin/rm -f Makefile config.h config.sub config.log build-stamp config.status ccache_swig_config.h
|
||||
/bin/rm -rf autom4te.cache
|
||||
|
||||
maintainer-clean: distclean
|
||||
/bin/rm -f configure config.h.in
|
||||
|
|
|
|||
|
|
@ -349,6 +349,7 @@ distclean-docs-ccache:
|
|||
|
||||
distclean-dead:
|
||||
rm -f $(DISTCLEAN-DEAD)
|
||||
rm -rf autom4te.cache
|
||||
|
||||
#####################################################################
|
||||
# MAINTAINER CLEAN - clean what the maintainer builds and ships in
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ clean-local:
|
|||
rm -f $(top_builddir)/swig@EXEEXT@
|
||||
rm -f core @EXTRA_CLEAN@
|
||||
|
||||
distclean:
|
||||
distclean-local:
|
||||
rm -f $(top_builddir)/Source/Include/swigconfig.h
|
||||
rm -f $(top_builddir)/Source/Include/stamp-h1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue