From: Derrick Brashear Date: Tue, 19 Feb 2002 09:14:54 +0000 (+0000) Subject: makefile-use-filename-instead-of-dollar-questionmark-20020219 X-Git-Tag: openafs-devel-1_3_1~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=14f28d4fe5d8e6b93d87851b183e6531609357dc;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/comerr/Makefile.in b/src/comerr/Makefile.in index bb97ef750..e278c8d32 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 \