Hi, I've fixed this twice now.
authorSteve Chamberlain <sac@cygnus>
Wed, 6 Nov 1991 06:07:13 +0000 (06:07 +0000)
committerSteve Chamberlain <sac@cygnus>
Wed, 6 Nov 1991 06:07:13 +0000 (06:07 +0000)
the old solution:
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \
is wrong: proof:
[stuff]
>> /limbo/steve/devo/gcc/./../bison/bison -L ./bison/ -v ./c-parse.y -o c-parse.tab.c
>> /limbo/steve/devo/gcc/./../bison/bison: ./bison/bison.simple: No such file or directory

This solution:
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \

works.

Makefile.in

index 141faa7..a0b3b7e 100644 (file)
@@ -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:17:56 PST 1991, by rich@rtl.cygnus.com
+# Last Mod Tue Nov 5 12:18:34 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/ ; \
+       then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \
        else echo yacc ; fi`
 
 SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib