targets now needs .PHONY

This commit is contained in:
sjg 2015-06-22 16:13:17 +00:00
parent b4401c18a1
commit 02d7ae730f

View File

@ -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}}