]> granicus.if.org Git - postgresql/commitdiff
Make some adjustments in variable assignments
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 Mar 2016 01:08:16 +0000 (20:08 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 4 Mar 2016 01:44:47 +0000 (20:44 -0500)
These variables aren't really used for anything interesting, but it
seems the existing grouping was somewhat nonsensical.

src/backend/utils/mb/Unicode/Makefile

index c13aabcde88f402a49dc688daed6d517dabf3dcb..9e75ea3f0e55d679d441184c81e0a3a39e5ea783 100644 (file)
@@ -63,12 +63,13 @@ ISO8859TEXTS = 8859-2.TXT 8859-3.TXT 8859-4.TXT 8859-5.TXT \
        8859-10.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT \
        8859-16.TXT
 
-WINTEXTS = CP866.TXT CP874.TXT CP1250.TXT CP1251.TXT \
+WINTEXTS = CP866.TXT CP874.TXT CP936.TXT CP949.TXT \
+       CP1250.TXT CP1251.TXT \
        CP1252.TXT CP1253.TXT CP1254.TXT CP1255.TXT \
        CP1256.TXT CP1257.TXT CP1258.TXT
 
 GENERICTEXTS = $(ISO8859TEXTS) $(WINTEXTS) \
-       KOI8-R.TXT CP936.TXT CP949.TXT JOHAB.TXT
+       KOI8-R.TXT JOHAB.TXT
 
 all: $(MAPS)