Don't rebuild configure script from makefile.

This commit is contained in:
Michael R Sweet 2006-09-25 19:52:50 +00:00
parent 77a051d607
commit 8f9d881da2

View File

@ -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 \