diff options
author | Nick Clifton <nickc@cygnus.com> | 1998-08-14 16:43:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1998-08-14 16:43:57 +0000 |
commit | b2fdd68ce1174b18d670fdd319038c96564b51d7 (patch) | |
tree | 694173caa6cb5220c255600393dde1d63b973a25 /gcc/cp/Makefile.in | |
parent | 63be02dbae005d1fe195538d17abb76cc28e6e8e (diff) | |
download | gcc-b2fdd68ce1174b18d670fdd319038c96564b51d7.zip gcc-b2fdd68ce1174b18d670fdd319038c96564b51d7.tar.gz gcc-b2fdd68ce1174b18d670fdd319038c96564b51d7.tar.bz2 |
Rename BBISON to BISON
From-SVN: r21735
Diffstat (limited to 'gcc/cp/Makefile.in')
-rw-r--r-- | gcc/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |