mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
add an explicit dependency to run yacc before lex instead of using
.ORDER
This commit is contained in:
parent
d6a9fd06de
commit
4ed5408587
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78563
@ -70,7 +70,6 @@ INCLUDES=krb5_asn1.h asn1_err.h
|
||||
.PATH: ${KRB5DIR}/lib/asn1
|
||||
.PATH: ${KRB5DIR}/lib/vers
|
||||
.PATH: ${KRB5DIR}/lib/roken
|
||||
.ORDER: parse.o lex.o
|
||||
|
||||
build-tools: make-print-version asn1_compile
|
||||
|
||||
@ -115,7 +114,7 @@ parse.h parse.c: parse.y
|
||||
mv y.tab.c parse.c
|
||||
mv y.tab.h parse.h
|
||||
|
||||
lex.o: lex.l
|
||||
lex.o: lex.l parse.h
|
||||
|
||||
print_version.o: print_version.h print_version.c roken.h
|
||||
${CC} ${CFLAGS} -c -o ${.TARGET} ${KRB5DIR}/lib/vers/print_version.c
|
||||
|
Loading…
Reference in New Issue
Block a user