From 2e0a54d6c013c07a4693ab073ef34eb4c403dfd3 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 20 Oct 2007 18:46:15 +0000 Subject: [PATCH] Align the warning message with the one in bsd.own.mk. --- share/mk/bsd.compat.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk index dfa5dfc53e2..6a86871d132 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