From 96fbbc50ccd8fc9f62de335f843cda85eec2aec6 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 3 Apr 2010 00:30:16 +0000 Subject: [PATCH] make maintainer-clean fixes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11965 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CCache/Makefile.in | 4 ++-- Doc/Manual/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CCache/Makefile.in b/CCache/Makefile.in index 543970f9e..fdb316f1f 100644 --- a/CCache/Makefile.in +++ b/CCache/Makefile.in @@ -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 diff --git a/Doc/Manual/Makefile b/Doc/Manual/Makefile index 7db42322c..69d361f07 100644 --- a/Doc/Manual/Makefile +++ b/Doc/Manual/Makefile @@ -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