OSDN Git Service

Rename BBISON to BISON
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Aug 1998 16:43:57 +0000 (16:43 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Aug 1998 16:43:57 +0000 (16:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21735 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 00566fc..faf9b68 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 085fe3c..69ba5a4 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 =