From 7739eda2b7cbfe61a171fe949b5170050a1a2ece Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 6 Nov 1991 05:15:52 +0000 Subject: [PATCH] get bison library path right --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a0b3b7ea6e..bad555e729 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 -- 2.34.1