+Wed May 6 11:07:35 1992 K. Richard Pixley (rich@rtl.cygnus.com)
+
+ * Makefile.in: use flex & bison from ../ if they exist.
+
Tue May 5 17:47:33 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* relax.c (build_it): don't allocate space in the output file for
AR = ar
AR_FLAGS = qv
CFLAGS = -g
-BISON = bison -y
MAKEINFO = makeinfo
RANLIB = ranlib
-LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S$(srcdir)/../flex/flex.skel ; else echo flex ; fi`
+BISON = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
+LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex -S../flex/flex.skel ; else echo flex ; fi`
#version=/`./../gcc/gcc -dumpversion`
version=