Rename BBISON to BISON
authorNick Clifton <nickc@cygnus.com>
Fri, 14 Aug 1998 16:43:57 +0000 (16:43 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 14 Aug 1998 16:43:57 +0000 (16:43 +0000)
From-SVN: r21735

gcc/cp/ChangeLog
gcc/cp/Makefile.in

index 00566fcf71aa34aca2834384d2aab4f6eb6ed809..faf9b68c990741a6f7dfede2d5452bf552596cc7 100644 (file)
@@ -1,3 +1,8 @@
+Fri Aug 14 16:42:27 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.in: Rename BBISON to BISON so that it can be properly
+       inherited from the parent makefile.
+
 1998-08-13  Jason Merrill  <jason@yorick.cygnus.com>
 
        * lang-options.h: Add -finit-priority.
index 085fe3c5c86f2ca291353e2d10179053d1dd38f5..69ba5a42718abb9e5283296c858fa5434514f62a 100644 (file)
@@ -55,7 +55,7 @@ X_CPPFLAGS =
 T_CPPFLAGS =
 
 CC = @CC@
-BBISON = `if [ -f ../../bison/bison ] ; then echo ../../bison/bison -L $(srcdir)/../../bison/ ;  else echo bison ; fi`
+BISON = `if [ -f ../../bison/bison ] ; then echo ../../bison/bison -L $(srcdir)/../../bison/ ;  else echo bison ; fi`
 BISONFLAGS =
 LEX = `if [ -f ../../flex/flex ] ; then echo ../../flex/flex ;  else echo flex ; fi`
 LEXFLAGS =