From a6fca50fd7696b58e2e4f77f01187dc99dc509f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= <des@FreeBSD.org>
Date: Tue, 29 Jul 2008 11:32:42 +0000
Subject: [PATCH] In the previous commit, no_NO should have been replaced with
 nb_NO in the LOCALES list.  Since no_NO was still in LOCALES, make tried to
 build the corresponding .out files, but couldn't since the .src files were
 gone.  I did not notice this because I still had the old .out files in my
 .OBJDIR. Thanks to kib@ for the heads-up.

---
 share/timedef/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index cf02be2e74cf..12a2e4bfb542 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -54,11 +54,11 @@ LOCALES=	am_ET.UTF-8 \
 		lt_LT.ISO8859-13 \
 		lt_LT.UTF-8 \
 		mn_MN.UTF-8 \
+		nb_NO.ISO8859-1 \
+		nb_NO.UTF-8 \
 		nl_NL.ISO8859-1 \
 		nn_NO.ISO8859-1 \
 		nn_NO.UTF-8 \
-		no_NO.ISO8859-1 \
-		no_NO.UTF-8 \
 		pl_PL.ISO8859-2 \
 		pl_PL.UTF-8 \
 		pt_BR.ISO8859-1 \