From 65faab7f4a8a377e0bc2fa8e946a69ae3a7506db Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 22 Jun 2015 16:13:17 +0000 Subject: [PATCH] targets now needs .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac62b9827cd4..261e3b475488 100644 --- a/Makefile +++ b/Makefile @@ -408,7 +408,7 @@ UNIVERSE_TARGET?= buildworld .endif KERNSRCDIR?= ${.CURDIR}/sys -targets: +targets: .PHONY @echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets" .for target in ${TARGETS} .for target_arch in ${TARGET_ARCHES_${target}}