mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
cc29ac7d22
commit
a6fca50fd7
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue