1999-08-05 Donn Terry <donn@interix.com>
[deliverable/binutils-gdb.git] / binutils / Makefile.in
index fd7488fe81c758b4c2a5a33d7f2bc531680da83b..90ff327a53c5cf32597f279070eb543b2bd77f0b 100644 (file)
@@ -118,9 +118,9 @@ tooldir = $(exec_prefix)/$(target_alias)
 CC_FOR_BUILD = @CC_FOR_BUILD@
 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
 
-YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L$(srcdir)/../bison/ ; else echo bison -y ; fi`
+YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
 YFLAGS = -d
-LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
+LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
 
 # these two are almost the same program
 AR_PROG = ar
This page took 0.02452 seconds and 4 git commands to generate.