From 3a30b28fe9430eccd08c7335db8bbc1263417470 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 10 Nov 2005 21:03:58 +0000 Subject: [PATCH] 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. --- kerberos5/tools/asn1_compile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kerberos5/tools/asn1_compile/Makefile b/kerberos5/tools/asn1_compile/Makefile index d59adbc984f..c03e6535060 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