diff options
author | David D. Zuhn <zoo@cygnus> | 1992-09-02 00:49:47 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-09-02 00:49:47 +0000 |
commit | 2df681368b18e07f6d03fbdd2c51626c5b2ed234 (patch) | |
tree | af599c60ee18ac6d65c6864ea04cc2b0bc2576c6 /ld/Makefile.in | |
parent | fc60e4f737287533b29585c76dc0a87921244e1e (diff) | |
download | gdb-2df681368b18e07f6d03fbdd2c51626c5b2ed234.zip gdb-2df681368b18e07f6d03fbdd2c51626c5b2ed234.tar.gz gdb-2df681368b18e07f6d03fbdd2c51626c5b2ed234.tar.bz2 |
new configure triple work, added solaris 2 & irix host support, fix FLEX definition
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 1d11df8..34c55e7 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -56,7 +56,7 @@ MAKEINFO = makeinfo RANLIB = ranlib HOST_CC=$(CC) 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` +LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi` #version=/`./../gcc/gcc -dumpversion` version= |