From 8f9d881da2ca918f8af2ccd635bb38da386924cb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 25 Sep 2006 19:52:50 +0000 Subject: [PATCH] Don't rebuild configure script from makefile. --- Makefile.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Makefile.in b/Makefile.in index be3d94f..39206cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,7 +105,7 @@ TARGETS = $(LIBMXML) mxmldoc doc/mxml.$(CAT3EXT) \ # Make everything... # -all: Makefile configure config.h $(TARGETS) +all: Makefile config.h $(TARGETS) # @@ -232,17 +232,6 @@ Makefile: configure Makefile.in touch config.h -configure: configure.in - autoconf - if test -f config.status; then \ - ./config.status --recheck; \ - ./config.status; \ - else \ - ./configure; \ - fi - touch config.h - - config.h: configure config.h.in autoconf if test -f config.status; then \