[2.6.0-testX + mmX] PATCH small nls Makefile fix

From: Todor Todorov
Date: Tue Aug 12 2003 - 15:21:18 EST


Hi everyone,

a small typo in the Makefile in fs/nls/ prevents codepage 1250 from compiling and installing whatever the .config value.

Best regards,
T.Todorov

--- linux-2.6.0-test3-mm1/fs/nls/Makefile.orig 2003-08-10 12:46:30.000000000 +0200
+++ linux-2.6.0-test3-mm1/fs/nls/Makefile 2003-08-10 12:48:05.000000000 +0200
@@ -24,6 +24,7 @@
obj-$(CONFIG_NLS_CODEPAGE_936) += nls_cp936.o nls_gb2312.o
obj-$(CONFIG_NLS_CODEPAGE_949) += nls_cp949.o nls_euc-kr.o
obj-$(CONFIG_NLS_CODEPAGE_950) += nls_cp950.o nls_big5.o
+obj-$(CONFIG_NLS_CODEPAGE_1250) += nls_cp1250.o
obj-$(CONFIG_NLS_CODEPAGE_1251) += nls_cp1251.o
obj-$(CONFIG_NLS_CODEPAGE_1255) += nls_cp1255.o
obj-$(CONFIG_NLS_ISO8859_1) += nls_iso8859-1.o