diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-06 05:18:14 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-06 05:18:14 +0000 |
commit | 137c0ccfff09665bfdc021063db1adea691e62ef (patch) | |
tree | 426c6cff276ed95f78df1235c5b12fde48d84736 /Makefile.in | |
parent | 7739eda2b7cbfe61a171fe949b5170050a1a2ece (diff) | |
download | gdb-137c0ccfff09665bfdc021063db1adea691e62ef.zip gdb-137c0ccfff09665bfdc021063db1adea691e62ef.tar.gz gdb-137c0ccfff09665bfdc021063db1adea691e62ef.tar.bz2 |
get bison library path right
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index bad555e..141faa7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # -# Last Mod Tue Nov 5 21:15:18 PST 1991, by rich@rtl.cygnus.com +# Last Mod Tue Nov 5 21:17:56 PST 1991, by rich@rtl.cygnus.com # # $Id$ @@ -32,7 +32,7 @@ AR = ar AR_FLAGS = cq BISON = `if [ -d $(unsubdir)/../bison ] ; \ - then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison$(subdir)/ ; \ + then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \ else echo yacc ; fi` SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib |