From 9df81dd3fccf016ae7ce093ad6aede057bc58158 Mon Sep 17 00:00:00 2001 From: Noah Friedman Date: Sat, 17 Apr 1993 01:24:07 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.45.2