aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
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.am
parent1560fbe45efb3d93a399df4448185cff55153641 (diff)
downloadfsf-binutils-gdb-7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2.zip
fsf-binutils-gdb-7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2.tar.gz
fsf-binutils-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.am')
-rw-r--r--binutils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index a01f9ed..bfee956 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -15,9 +15,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