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 \