summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/Makefile')
-rw-r--r--tools/regression/usr.bin/make/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/regression/usr.bin/make/Makefile b/tools/regression/usr.bin/make/Makefile
index 9cd2890..d8e5509 100644
--- a/tools/regression/usr.bin/make/Makefile
+++ b/tools/regression/usr.bin/make/Makefile
@@ -33,8 +33,9 @@ all:
@! ${MAKE} lhs_expn && true || ${MAKE} failure
@echo "PASS: Test lhs_expn detected no regression."
-# Doubly-defined targets. NetBSD make(1) will warn, ours will silently use the
-# ``right'' one.
+# Doubly-defined targets. make(1) will warn, but use the "right" one. If it
+# switches to using the "non-right" one, it breaks things worse than a little
+# regression test.
double:
@true
OpenPOWER on IntegriCloud