summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2000-08-29 19:21:08 +0000
committernectar <nectar@FreeBSD.org>2000-08-29 19:21:08 +0000
commit7f9383d3e6b349cc2a47091f2fc69758951f2921 (patch)
tree2446624daca4a74a73cdc93c1631a16ea662ece1 /kerberos5
parenta0d9c873d0c2991fd4bdbcaef08cf79c83e0fcda (diff)
downloadFreeBSD-src-7f9383d3e6b349cc2a47091f2fc69758951f2921.zip
FreeBSD-src-7f9383d3e6b349cc2a47091f2fc69758951f2921.tar.gz
Add a dependency needed when using parallel make.
Approved by: markm
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/lib/libasn1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/lib/libasn1/Makefile b/kerberos5/lib/libasn1/Makefile
index a8a196e..3494b60 100644
--- a/kerberos5/lib/libasn1/Makefile
+++ b/kerberos5/lib/libasn1/Makefile
@@ -63,7 +63,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/roken/print_version.c
OpenPOWER on IntegriCloud