summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2000-08-30 03:44:30 +0000
committernectar <nectar@FreeBSD.org>2000-08-30 03:44:30 +0000
commit4216ea085fa3a3e10859a87c5fde4458a169b666 (patch)
tree9cd405dc06e4d6bfb7abb2d50f3da83cbf5e0436 /kerberos5
parentdeb9fb1e4495c2365f967ff0cf0784c338012ec5 (diff)
downloadFreeBSD-src-4216ea085fa3a3e10859a87c5fde4458a169b666.zip
FreeBSD-src-4216ea085fa3a3e10859a87c5fde4458a169b666.tar.gz
Fix ordering for real this time.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/lib/libasn1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberos5/lib/libasn1/Makefile b/kerberos5/lib/libasn1/Makefile
index 3494b60..86fda55 100644
--- a/kerberos5/lib/libasn1/Makefile
+++ b/kerberos5/lib/libasn1/Makefile
@@ -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
OpenPOWER on IntegriCloud