From 14f28d4fe5d8e6b93d87851b183e6531609357dc Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 19 Feb 2002 09:14:54 +0000 Subject: [PATCH] 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 --- src/comerr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comerr/Makefile.in b/src/comerr/Makefile.in index bb97ef7504..e278c8d32c 100644 --- a/src/comerr/Makefile.in +++ b/src/comerr/Makefile.in @@ -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 \