BISON now bison -y again
authorK. Richard Pixley <rich@cygnus>
Tue, 10 Dec 1991 08:05:11 +0000 (08:05 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 10 Dec 1991 08:05:11 +0000 (08:05 +0000)
ChangeLog
Makefile.in

index 7c69c952270cfbc99e496c54b33660d8236c3859..d9bad5432a8a2417d225f1e040de536904ab39ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
+
+       * Makefile.in: BISON now bison -y again.
+
 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
 
        * Makefile.in: fix for bad directory tests.
index 8ad63b732cbf32d21a7ccd5ef0e5b21a1d7e1df0..134ef3b773403996944af140190d420ae9a2b4a8 100644 (file)
@@ -48,8 +48,8 @@ AR = ar
 AR_FLAGS = qv
 RANLIB = ranlib
 
-BISON = `if [ -d $(unsubdir)/../byacc ] ; \
-       then echo \`pwd\`/$(unsubdir)/../byacc$(subdir)/byacc ; \
+BISON = `if [ -d $(unsubdir)/../bison ] ; \
+       then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ -y ; \
        else echo yacc ; fi`
 
 MAKEINFO = makeinfo
@@ -449,7 +449,7 @@ install-bison: force
 ### gcc
 .PHONY: all-gcc just-gcc
 all-gcc: just-gcc
-just-gcc: just-libiberty just-byacc force
+just-gcc: just-libiberty just-bison force
        if [ -d $(unsubdir)/gcc ] ; then \
                (cd $(unsubdir)/gcc$(subdir); \
                $(MAKE) \
@@ -677,7 +677,7 @@ install-gas: force
 ### ld
 .PHONY: all-ld just-ld
 all-ld: just-ld
-just-ld: just-libiberty just-bfd just-byacc force
+just-ld: just-libiberty just-bfd just-bison force
        if [ -d $(unsubdir)/ld ] ; then \
                (cd $(unsubdir)/ld$(subdir); \
                $(MAKE) \
@@ -791,7 +791,7 @@ install-gnulib: force
 ### gdb
 .PHONY: all-gdb just-gdb
 all-gdb: just-gdb
-just-gdb: just-bfd just-libiberty just-readline just-glob force
+just-gdb: just-bfd just-libiberty just-readline just-glob just-bison force
        if [ -d $(unsubdir)/gdb ] ; then \
                (cd $(unsubdir)/gdb$(subdir); \
                $(MAKE) \
This page took 0.027424 seconds and 4 git commands to generate.