targets now needs .PHONY

This commit is contained in:
Simon J. Gerraty 2015-06-22 16:13:17 +00:00
parent 4eea8d9b41
commit 65faab7f4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284699

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