From c5e068d896110d36b2af67fd2901295bcf4c1c76 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 20 Oct 2007 18:46:15 +0000 Subject: Align the warning message with the one in bsd.own.mk. --- share/mk/bsd.compat.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk index dfa5dfc..6a86871 100644 --- a/share/mk/bsd.compat.mk +++ b/share/mk/bsd.compat.mk @@ -32,7 +32,7 @@ .for old in ${oldnew:C/:.*//} .for new in ${oldnew:C/.*://} .if defined(${old}) && !defined(${new}) -.warning ${old} is deprecated in favor of ${new} +.warning ${old} is deprecated in favour of ${new} ${new}= ${${old}} .endif .endfor -- cgit v1.1