aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-05-06 18:08:10 +0000
committerK. Richard Pixley <rich@cygnus>1992-05-06 18:08:10 +0000
commitbf3acf448596bb9c8f490c0578e9f586b36a739e (patch)
treedd7590b365327e7602391848b5b32d6f04c29db7 /ld/Makefile.in
parent38962738d672eab61ccc417e9091957e006ac9db (diff)
downloadgdb-bf3acf448596bb9c8f490c0578e9f586b36a739e.zip
gdb-bf3acf448596bb9c8f490c0578e9f586b36a739e.tar.gz
gdb-bf3acf448596bb9c8f490c0578e9f586b36a739e.tar.bz2
use flex & bison from ../ if they exist
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 3941679..ec3b43c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -53,11 +53,11 @@ INSTALL_DATA = $(INSTALL)
AR = ar
AR_FLAGS = qv
CFLAGS = -g
-BISON = bison -y
MAKEINFO = makeinfo
RANLIB = ranlib
-LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S$(srcdir)/../flex/flex.skel ; else echo flex ; fi`
+BISON = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
+LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S../flex/flex.skel ; else echo flex ; fi`
#version=/`./../gcc/gcc -dumpversion`
version=