mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Don't rebuild configure script from makefile.
This commit is contained in:
parent
77a051d607
commit
8f9d881da2
13
Makefile.in
13
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user