From a4c62445a5ed644c2c4a08d2159b3fe0b9411f5c Mon Sep 17 00:00:00 2001 From: Ivan Baravy Date: Wed, 19 Jan 2011 10:36:47 +0000 Subject: [PATCH] @ss compiling crash fixed git-svn-id: svn://kolibrios.org@1748 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/eng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/eng/Makefile b/data/eng/Makefile index 3495d5df2d..6a766ac0fa 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -43,7 +43,7 @@ FASM_PROGRAMS:=\ @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \ @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \ @rb:@RB:$(PROGS)/system/rb/trunk/@RB.ASM \ - @ss:@SS:$(PROGS)/system/ss/trunk/@SS.ASM \ + @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\ calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \ calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \ commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \