add an explicit dependency to run yacc before lex instead of using

.ORDER
This commit is contained in:
Assar Westerlund 2001-06-21 19:19:00 +00:00
parent d6a9fd06de
commit 4ed5408587
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78563

View File

@ -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