diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-06 01:53:55 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-06 01:53:55 +0000 |
commit | 9488cc4d447018a42195292614113b7bf255d7e6 (patch) | |
tree | 14da1e93744bb7c126bc883c4d850f16ed2a052f /Makefile.in | |
parent | bee84e0bc354c1c148df5d97851acd5d0da78e2a (diff) | |
download | gdb-9488cc4d447018a42195292614113b7bf255d7e6.zip gdb-9488cc4d447018a42195292614113b7bf255d7e6.tar.gz gdb-9488cc4d447018a42195292614113b7bf255d7e6.tar.bz2 |
*** empty log message ***
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 978fb08..a0b3b7e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,10 +32,10 @@ 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 +SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib OTHERS = ALL = all.normal |