From b39df3a7b8c1607d5d563042d9168cde010738d8 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Tue, 13 Sep 2011 17:51:21 +0000 Subject: [PATCH] attempt to correct makefile git-svn-id: svn://kolibrios.org@2178 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 b919d8a612..b6515697c3 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -449,7 +449,7 @@ $(KOSILKA_OBJECTS): .obj.kosilka/%.obj: $(PROGS)/games/kosilka/%.cpp $(KOSILKA_H include Makefile.gcc # Rules for shell -shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o \ +shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o \ $(PROGS)/system/shell/kolibri.ld $(call gcc_link,$(PROGS)/system/shell/kolibri.ld) .obj.shell/shell.o: $(PROGS)/system/shell/shell.c \