From: Nick Clifton Date: Fri, 14 Aug 1998 16:43:57 +0000 (+0000) Subject: Rename BBISON to BISON X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2fdd68ce1174b18d670fdd319038c96564b51d7;p=gcc.git Rename BBISON to BISON From-SVN: r21735 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 00566fcf71a..faf9b68c990 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 14 16:42:27 1998 Nick Clifton + + * Makefile.in: Rename BBISON to BISON so that it can be properly + inherited from the parent makefile. + 1998-08-13 Jason Merrill * lang-options.h: Add -finit-priority. diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 085fe3c5c86..69ba5a42718 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -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 =