summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libhdb/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-02-20 20:51:27 +0000
committerpeter <peter@FreeBSD.org>2014-02-20 20:51:27 +0000
commit2cdcb70a203b158b33024104eb4d31b42410fc5b (patch)
tree4ce6acf983632b534f2cf8e4a5385dda4a59c6d6 /kerberos5/lib/libhdb/Makefile
parent7cfbe47f2542407346168136f8e33b5015eda94f (diff)
downloadFreeBSD-src-2cdcb70a203b158b33024104eb4d31b42410fc5b.zip
FreeBSD-src-2cdcb70a203b158b33024104eb4d31b42410fc5b.tar.gz
MFC r262253: hack to prevent concurrent runs of asn1_compile in the Heimdal
build with high -j concurrency.
Diffstat (limited to 'kerberos5/lib/libhdb/Makefile')
-rw-r--r--kerberos5/lib/libhdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile
index 87a72dd..b7a51da 100644
--- a/kerberos5/lib/libhdb/Makefile
+++ b/kerberos5/lib/libhdb/Makefile
@@ -84,6 +84,7 @@ GEN= asn1_Salt.x \
CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} hdb_asn1_files \
hdb_asn1-template.[ch]*
+.ORDER: ${GEN}
${GEN}: hdb.asn1
${ASN1_COMPILE} ${.ALLSRC:M*.asn1} hdb_asn1
OpenPOWER on IntegriCloud