mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Fix ordering for real this time.
This commit is contained in:
parent
343079d9b2
commit
fb44daad61
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65234
@ -33,6 +33,7 @@ INCLUDES=asn1.h asn1_err.h
|
||||
|
||||
.PATH: ${KRB5DIR}/lib/asn1
|
||||
.PATH: ${KRB5DIR}/lib/roken
|
||||
.ORDER: parse.o lex.o
|
||||
|
||||
build-tools: make-print-version asn1_compile
|
||||
|
||||
@ -63,7 +64,7 @@ parse.h parse.c: parse.y
|
||||
mv y.tab.c parse.c
|
||||
mv y.tab.h parse.h
|
||||
|
||||
lex.o: lex.l parse.h
|
||||
lex.o: lex.l
|
||||
|
||||
print_version.o: print_version.h print_version.c roken.h
|
||||
${CC} ${CFLAGS} -c -o ${.TARGET} ${KRB5DIR}/lib/roken/print_version.c
|
||||
|
Loading…
Reference in New Issue
Block a user