diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-06 05:15:52 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-06 05:15:52 +0000 |
commit | 7739eda2b7cbfe61a171fe949b5170050a1a2ece (patch) | |
tree | 39d18e9b5b00bc22920bef9f8bd3ab07beb6609a /Makefile.in | |
parent | 7d8909098979d682f28b7938c3d75d09875f7555 (diff) | |
download | gdb-7739eda2b7cbfe61a171fe949b5170050a1a2ece.zip gdb-7739eda2b7cbfe61a171fe949b5170050a1a2ece.tar.gz gdb-7739eda2b7cbfe61a171fe949b5170050a1a2ece.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 a0b3b7e..bad555e 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 12:18:34 PST 1991, by rich@rtl.cygnus.com +# Last Mod Tue Nov 5 21:15:18 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 \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \ + then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison$(subdir)/ ; \ else echo yacc ; fi` SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib |