From 2343b044e8d81d42f37a4619291a31874dab1ff8 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Thu, 17 Oct 2013 15:47:24 +0000 Subject: [PATCH] add forgotten "\" git-svn-id: svn://kolibrios.org@4046 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 3d877c82b6..65d89e7d2d 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -233,7 +233,7 @@ FASM_NOKPACK_PROGRAMS:=\ # Format of an item is exactly the same as in the previous list. NASM_PROGRAMS:=\ demos/aclock:DEMOS/ACLOCK:$(PROGS)/demos/aclock/trunk/aclock.asm \ - demos/timer:DEMOS/Timer:$(PROGS)/other/Timer/Timer.asm + demos/timer:DEMOS/Timer:$(PROGS)/other/Timer/Timer.asm \ games/c4:GAMES/C4:$(PROGS)/games/c4/trunk/c4.asm \ # end of list