aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1998-08-14 16:43:57 +0000
committerNick Clifton <nickc@gcc.gnu.org>1998-08-14 16:43:57 +0000
commitb2fdd68ce1174b18d670fdd319038c96564b51d7 (patch)
tree694173caa6cb5220c255600393dde1d63b973a25 /gcc/cp
parent63be02dbae005d1fe195538d17abb76cc28e6e8e (diff)
downloadgcc-b2fdd68ce1174b18d670fdd319038c96564b51d7.zip
gcc-b2fdd68ce1174b18d670fdd319038c96564b51d7.tar.gz
gcc-b2fdd68ce1174b18d670fdd319038c96564b51d7.tar.bz2
Rename BBISON to BISON
From-SVN: r21735
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 00566fc..faf9b68 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in
index 085fe3c..69ba5a4 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 =