maint.mk: avoid unexpanded \n in two diagnostics
authorJim Meyering <meyering@redhat.com>
Sat, 18 Sep 2010 19:26:27 +0000 (21:26 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 18 Sep 2010 19:26:27 +0000 (21:26 +0200)
commit882da58ae6f34b4637240739ae37a1b5efd39cf6
tree68a36247c8eca7ccf53ec454b36132b70b32b0cc
parente111ce2ed0b7dfd17c9c0d33cf113eb5e9503d3f
maint.mk: avoid unexpanded \n in two diagnostics

* top/maint.mk (sc_prohibit_always_true_header_tests):
Don't use a literal \n in a halt=... assignment.  It would not be
expanded, and the two \n bytes would appear in the diagnostic output
rather than the desired newline.  Use halt=$$(printf ... instead.
(sc_vulnerable_makefile_CVE-2009-4029): Likewise.
ChangeLog
top/maint.mk