aboutsummaryrefslogtreecommitdiff
path: root/share/timedef
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-07-29 11:32:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-07-29 11:32:42 +0000
commita6fca50fd7696b58e2e4f77f01187dc99dc509f1 (patch)
tree77e525c5b47ffc99ed43f3cf777861afa4e0b002 /share/timedef
parentcc29ac7d22a0d27b672b77e7bf202fea76c966e9 (diff)
downloadsrc-a6fca50fd7696b58e2e4f77f01187dc99dc509f1.tar.gz
src-a6fca50fd7696b58e2e4f77f01187dc99dc509f1.zip
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.
Notes
Notes: svn path=/head/; revision=180959
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/Makefile4
1 files 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 \