summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-01-22 23:10:58 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-01-22 23:10:58 +0000
commit841241fcb753c6f09536b278d77c0692576004eb (patch)
tree42344e95427ac29d68a40e5678ee5235c6b899d1 /Makefile
parenteee8163bef1a390123e9b7f5a6b553b9bfa36dea (diff)
downloadsrc-test-841241fcb753c6f09536b278d77c0692576004eb.tar.gz
src-test-841241fcb753c6f09536b278d77c0692576004eb.zip
In `make targets` print the make variable TARGETS as we expect it rather
than the grammatically better sounding variant without the 'S'. This allows copy and paste and is less confusing.
Notes
Notes: svn path=/head/; revision=217734
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5180fc03c8267..f4c2c473693ff 100644
--- a/Makefile
+++ b/Makefile
@@ -297,7 +297,7 @@ TARGET_ARCHES_${target}?= ${target}
.endfor
targets:
- @echo "Supported TARGET/TARGET_ARCH pairs"
+ @echo "Supported TARGETS/TARGET_ARCH pairs"
.for target in ${TARGETS}
.for target_arch in ${TARGET_ARCHES_${target}}
@echo " ${target}/${target_arch}"