Fixup gawk build
authorEric Andersen <andersen@codepoet.org>
Mon, 6 Jan 2003 15:33:34 +0000 (15:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 6 Jan 2003 15:33:34 +0000 (15:33 -0000)
make/gawk.mk

index 3569e32d6489c48179b75780939f6c3c0536a27e..0994ef80d94db978d4599ea60eab6964ca0c63dd 100644 (file)
@@ -20,7 +20,7 @@ $(GAWK_DIR)/.unpacked: $(DL_DIR)/$(GAWK_SOURCE)
        touch $(GAWK_DIR)/.unpacked
 
 $(GAWK_DIR)/.configured: $(GAWK_DIR)/.unpacked
-       (cd $(GAWK_DIR); autoconf; rm -f config.cache; CC=$(TARGET_CC1) \
+       (cd $(GAWK_DIR); rm -f config.cache; CC=$(TARGET_CC1) \
            CFLAGS=-D_POSIX_SOURCE ./configure --prefix=/usr --disable-nls \
            --mandir=/junk --infodir=/junk \
        );