projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54bd0db
)
*** empty log message ***
author
Noah Friedman
<friedman@splode.com>
Sat, 17 Apr 1993 01:24:07 +0000
(
01:24
+0000)
committer
Noah Friedman
<friedman@splode.com>
Sat, 17 Apr 1993 01:24:07 +0000
(
01:24
+0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
a600d15
..
1d5e432
100644
(file)
--- 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