mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
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:
parent
1902efa41c
commit
14f28d4fe5
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user