From 9c46fb1b9c10baca45964f885deee18cf6436526 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 19 Apr 2000 02:51:55 +0000 Subject: Get LEX,FLEX from configure. --- gas/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/Makefile.am') diff --git a/gas/Makefile.am b/gas/Makefile.am index b0a65ba..469ae53 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -9,8 +9,8 @@ SUBDIRS = doc po tooldir = $(exec_prefix)/$(target_alias) -YACC = `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 ; else echo flex ; fi` +YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi` +LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi` WARN_CFLAGS = @WARN_CFLAGS@ AM_CFLAGS = $(WARN_CFLAGS) -- cgit v1.1