From 22ca4c7b1d13711d95e175e874c9dc4efc6f006c Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Tue, 13 Sep 2011 18:17:58 +0000 Subject: [PATCH] attempt to correct makefile N2 git-svn-id: svn://kolibrios.org@2179 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 b6515697c3..2375fc4eea 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -460,7 +460,7 @@ shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/std $(PROGS)/system/shell/locale/rus/globals.h \ Makefile.gcc | .obj.shell $(gcc_compile) -.obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o: .obj.shell/%.o: \ +.obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o: .obj.shell/%.o: \ $(PROGS)/system/shell/system/%.c $(PROGS)/system/shell/system/*.h \ Makefile.gcc | .obj.shell $(gcc_compile)