summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-10 21:03:58 +0000
committerru <ru@FreeBSD.org>2005-11-10 21:03:58 +0000
commite6c93861cb12941d9af90748a7dc5043459aeb29 (patch)
tree0cc02995712dd209fe56455edf2fcfe1458c03c2 /kerberos5
parent3e42392551e4268614fa93c66761c62d91572e44 (diff)
downloadFreeBSD-src-e6c93861cb12941d9af90748a7dc5043459aeb29.zip
FreeBSD-src-e6c93861cb12941d9af90748a7dc5043459aeb29.tar.gz
Apply the .PHONY attribute to the ../make*/make* targets. This
causes them to be recreated (if needed) early, when doing "make depend" here, before generating headers that depend on them. This should fix breakages often seen while doing incremental (NO_CLEAN) cross-builds.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/tools/asn1_compile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberos5/tools/asn1_compile/Makefile b/kerberos5/tools/asn1_compile/Makefile
index d59adbc..c03e653 100644
--- a/kerberos5/tools/asn1_compile/Makefile
+++ b/kerberos5/tools/asn1_compile/Makefile
@@ -31,13 +31,13 @@ CLEANFILES= print_version.h roken.h
print_version.h: ../make-print-version/make-print-version
../make-print-version/make-print-version ${.TARGET}
-../make-print-version/make-print-version:
+../make-print-version/make-print-version: .PHONY
cd ${.CURDIR}/../make-print-version && ${MAKE}
roken.h: ../make-roken/make-roken
../make-roken/make-roken > ${.TARGET}
-../make-roken/make-roken:
+../make-roken/make-roken: .PHONY
cd ${.CURDIR}/../make-roken && ${MAKE}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud