From 02233b4a468011d4a0d6bcdc54b5f76ad8b533bf Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Mon, 27 May 2013 22:22:09 +0000 Subject: [PATCH] fix iconv call git-svn-id: svn://kolibrios.org@3541 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/rus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rus/Makefile b/data/rus/Makefile index dc2463f40d..d22d7a2143 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -512,7 +512,7 @@ include Makefile.copy # Special rules for copying sysfuncr.txt - it isn't directly included in the image. docpack: $(DOCDIR)SYSFUNCR.TXT $(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt - iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT + iconv -f utf-8 -t cp866 $(KERNEL)/docs/sysfuncr.txt > $(DOCDIR)SYSFUNCR.TXT # Similar for C--. include Makefile.cmm