diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-05 00:52:04 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-05 00:52:04 +0000 |
commit | aab52f74a1738ff2d4602b4b29fa277231fbe6cd (patch) | |
tree | 3deca718189d3ec7cf5037df958ed591ce6498fc /Makefile.in | |
parent | 622e4c4c92ef8a3e152509af966e08eee3219f5b (diff) | |
download | gdb-aab52f74a1738ff2d4602b4b29fa277231fbe6cd.zip gdb-aab52f74a1738ff2d4602b4b29fa277231fbe6cd.tar.gz gdb-aab52f74a1738ff2d4602b4b29fa277231fbe6cd.tar.bz2 |
get bison paths 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 828350f..a72d9ca 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 Thu Oct 31 02:58:25 PST 1991, by rich@rtl.cygnus.com +# Last Mod Mon Nov 4 16:01:21 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/ ; \ + then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \ else echo yacc ; fi` SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib |