Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b497abc

Browse files
committed
Make some adjustments in variable assignments
These variables aren't really used for anything interesting, but it seems the existing grouping was somewhat nonsensical.
1 parent 7a4a813 commit b497abc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/utils/mb/Unicode/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ ISO8859TEXTS = 8859-2.TXT 8859-3.TXT 8859-4.TXT 8859-5.TXT \
6363
8859-10.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT \
6464
8859-16.TXT
6565

66-
WINTEXTS = CP866.TXT CP874.TXT CP1250.TXT CP1251.TXT \
66+
WINTEXTS = CP866.TXT CP874.TXT CP936.TXT CP949.TXT \
67+
CP1250.TXT CP1251.TXT \
6768
CP1252.TXT CP1253.TXT CP1254.TXT CP1255.TXT \
6869
CP1256.TXT CP1257.TXT CP1258.TXT
6970

7071
GENERICTEXTS = $(ISO8859TEXTS) $(WINTEXTS) \
71-
KOI8-R.TXT CP936.TXT CP949.TXT JOHAB.TXT
72+
KOI8-R.TXT JOHAB.TXT
7273

7374
all: $(MAPS)
7475

0 commit comments

Comments
 (0)