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)
commita5dc1fdbcabded7c69bfd855b69a3acad89a8ad1
treef3d71b12f46ccecfc31413b7c8bffb1d96c1dc17
parent137c0ccfff09665bfdc021063db1adea691e62ef
Hi, I've fixed this twice now.

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
This page took 0.024758 seconds and 4 git commands to generate.