makefile-use-filename-instead-of-dollar-questionmark-20020219

at least some versions of sun make try to run this as
lex -t ex_lex.lex.l ex_lex.lex.l instead of lex -t ex_lex.lex.l
This commit is contained in:
Derrick Brashear 2002-02-19 09:14:54 +00:00
parent 1902efa41c
commit 14f28d4fe5

View File

@ -13,7 +13,7 @@ all: ukinstall compile_et ${TOP_INCDIR}/afs/com_err.h ${TOP_INCDIR}/afs/error_ta
et_lex.lex.c: et_lex.lex.l
$(RM) -f et_lex.lex.c
$(LEX) -t $? > et_lex.lex.c
$(LEX) -t et_lex.lex.l > et_lex.lex.c
compile_et: compile_et.o error_table.o
case $(SYS_NAME) in \