summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-14 15:27:13 +0000
committerru <ru@FreeBSD.org>2002-05-14 15:27:13 +0000
commit2f23cfb579f7ace190efe31ce9075f923a452eb3 (patch)
tree4696091d2176ed6f7fdf0e94b280aada6afac3b7 /kerberos5
parentb6f7e9bf5864fc2fc56ca3373959b8d535968924 (diff)
downloadFreeBSD-src-2f23cfb579f7ace190efe31ce9075f923a452eb3.zip
FreeBSD-src-2f23cfb579f7ace190efe31ce9075f923a452eb3.tar.gz
Make this -j safe.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/lib/libasn1/Makefile1
-rw-r--r--kerberos5/lib/libhdb/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/kerberos5/lib/libasn1/Makefile b/kerberos5/lib/libasn1/Makefile
index c0b5156..4806ca5 100644
--- a/kerberos5/lib/libasn1/Makefile
+++ b/kerberos5/lib/libasn1/Makefile
@@ -108,6 +108,7 @@ asn1_compile: \
parse.o: parse.c roken.h
+.ORDER: parse.c parse.h
parse.h parse.c: parse.y
${YACC} -d ${.OODATE}
cp y.tab.c parse.c
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index d30559b..8009de0 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -63,6 +63,7 @@ asn1_compile: parse.o lex.o main.c hash.c symbol.c emalloc.c gen.c \
parse.o: parse.c
+.ORDER: parse.c parse.h
parse.h parse.c: parse.y
${YACC} -d ${.OODATE}
cp y.tab.c parse.c
OpenPOWER on IntegriCloud