summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-07-29 11:32:42 +0000
committerdes <des@FreeBSD.org>2008-07-29 11:32:42 +0000
commit3853ec1eb3159f287dbc8a9d52eee5e607e7f334 (patch)
tree77e525c5b47ffc99ed43f3cf777861afa4e0b002 /share
parentf16d022cdb8d8e2dd554328fcab7a465bc299a6b (diff)
downloadFreeBSD-src-3853ec1eb3159f287dbc8a9d52eee5e607e7f334.zip
FreeBSD-src-3853ec1eb3159f287dbc8a9d52eee5e607e7f334.tar.gz
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.
Diffstat (limited to 'share')
-rw-r--r--share/timedef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index cf02be2..12a2e4b 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 \
OpenPOWER on IntegriCloud