From: Todor Todorov <ttodorov@web.de>

A missig line fs/nls/Makefile prevents codepage 1250 from compiling and
installing whatever the .config value.




 25-akpm/fs/nls/Makefile |    1 +
 1 files changed, 1 insertion(+)

diff -puN fs/nls/Makefile~missing-codepage-config-fix fs/nls/Makefile
--- 25/fs/nls/Makefile~missing-codepage-config-fix	Tue Aug 12 14:26:34 2003
+++ 25-akpm/fs/nls/Makefile	Tue Aug 12 14:26:34 2003
@@ -24,6 +24,7 @@ obj-$(CONFIG_NLS_CODEPAGE_932)	+= nls_cp
 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

_