get bison library path right
This commit is contained in:
parent
7739eda2b7
commit
137c0ccfff
@ -16,7 +16,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#
|
#
|
||||||
# Last Mod Tue Nov 5 21:15:18 PST 1991, by rich@rtl.cygnus.com
|
# Last Mod Tue Nov 5 21:17:56 PST 1991, by rich@rtl.cygnus.com
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ AR = ar
|
|||||||
AR_FLAGS = cq
|
AR_FLAGS = cq
|
||||||
|
|
||||||
BISON = `if [ -d $(unsubdir)/../bison ] ; \
|
BISON = `if [ -d $(unsubdir)/../bison ] ; \
|
||||||
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison$(subdir)/ ; \
|
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \
|
||||||
else echo yacc ; fi`
|
else echo yacc ; fi`
|
||||||
|
|
||||||
SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib
|
SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib
|
||||||
|
Loading…
Reference in New Issue
Block a user