From: Noah Friedman Date: Sat, 17 Apr 1993 01:24:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: GNU_ORIG~111 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9df81dd3fccf016ae7ce093ad6aede057bc58158?ds=inline *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index a600d157..1d5e432d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,6 +84,15 @@ OBJECTS = LR0.o allocate.o closure.o conflicts.o derives.o files.o \ all: bison bison.info bison.s1 +Makefile: Makefile.in config.status + ./config.status + +config.status: configure + $(srcdir)/configure --srcdir=$(srcdir) --no-create + +configure: configure.in + cd $(srcdir); autoconf + # Copy bison.simple, inserting directory name into the #line commands. bison.s1: bison.simple -rm bison.s1