make maintainer-clean fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fb99ef318c
commit
96fbbc50cc
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ uninstall: $(PACKAGE_NAME)$(EXEEXT) $(PACKAGE_NAME).1
|
|||
clean:
|
||||
/bin/rm -f $(OBJS) *~ $(PACKAGE_NAME)$(EXEEXT)
|
||||
|
||||
distclean-docs:
|
||||
maintainer-clean:
|
||||
rm -f $(PACKAGE_NAME).1 web/ccache-man.html
|
||||
|
||||
check : test
|
||||
|
|
@ -62,7 +62,7 @@ test: test.sh
|
|||
|
||||
check: test
|
||||
|
||||
distclean: clean distclean-docs
|
||||
distclean: clean
|
||||
/bin/rm -f Makefile config.h config.sub config.log build-stamp config.status ccache_swig_config.h
|
||||
|
||||
maintainer-clean: distclean
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ swightml.book:
|
|||
echo "Sections.html" >> swightml.book
|
||||
cat chapters >> swightml.book
|
||||
|
||||
clean: clean-baks
|
||||
maintainer-clean: clean-baks
|
||||
rm -f swightml.book
|
||||
rm -f swigpdf.book
|
||||
rm -f CCache.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue