aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-05 15:35:10 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-05 15:35:10 +0000
commit7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2 (patch)
tree48efa2b2eb9bbfc886d81dc59e0ca635424693ec /binutils/Makefile.in
parent1560fbe45efb3d93a399df4448185cff55153641 (diff)
downloadgdb-7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2.zip
gdb-7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2.tar.gz
gdb-7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2.tar.bz2
1999-08-05 Donn Terry <donn@interix.com>
* Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. * configure.in: Build dlltool for i[3-6]86-*-interix. * Makefile.in, configure: Rebuild.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index fd7488f..90ff327 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -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