diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-06 06:07:13 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-06 06:07:13 +0000 |
commit | a5dc1fdbcabded7c69bfd855b69a3acad89a8ad1 (patch) | |
tree | f3d71b12f46ccecfc31413b7c8bffb1d96c1dc17 /gdb/Makefile.in | |
parent | 137c0ccfff09665bfdc021063db1adea691e62ef (diff) | |
download | gdb-a5dc1fdbcabded7c69bfd855b69a3acad89a8ad1.zip gdb-a5dc1fdbcabded7c69bfd855b69a3acad89a8ad1.tar.gz gdb-a5dc1fdbcabded7c69bfd855b69a3acad89a8ad1.tar.bz2 |
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.
Diffstat (limited to 'gdb/Makefile.in')
0 files changed, 0 insertions, 0 deletions