From ca5cbad980fb78b3e79787bbdf049b1e5dfb3376 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 27 Mar 2001 19:36:55 +0000 Subject: [PATCH] add maintainer-clean rule to remove configure --- Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 29895b335a..4160a5299e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.37 2001/01/09 21:39:00 bwelling Exp $ +# $Id: Makefile.in,v 1.38 2001/03/27 19:36:55 halley Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -31,6 +31,11 @@ distclean:: rm -f libtool isc-config.sh rm -f util/conf.sh +# XXX we should clean libtool stuff too. Only do this after we add rules +# to make it. +maintainer-clean:: + rm -f configure + installdirs: $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir}