From f029842a53589d569b030a93dc6e6da292729f3f Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Sat, 30 Jul 2011 17:33:01 +0000 Subject: [PATCH] Fix for r.2031 (and 2034) git-svn-id: svn://kolibrios.org@2035 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Vortex86MX-eng/Makefile | 2 +- data/eng/Makefile | 2 +- data/rus/Makefile | 2 +- programs/fs/Eolite/trunk/{Eolite.c => Eolite.c--} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename programs/fs/Eolite/trunk/{Eolite.c => Eolite.c--} (100%) diff --git a/data/Vortex86MX-eng/Makefile b/data/Vortex86MX-eng/Makefile index f1f7953210..9b22f55117 100644 --- a/data/Vortex86MX-eng/Makefile +++ b/data/Vortex86MX-eng/Makefile @@ -229,7 +229,7 @@ COPY_FILES:=\ # Format of an item is exactly the same as in the previous list, # except that there can be fourth field with parameters for a compiler. CMM_PROGRAMS:=\ - File|Managers/eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c \ + File|Managers/eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c-- \ games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c-- \ games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \ games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \ diff --git a/data/eng/Makefile b/data/eng/Makefile index 30c5b626dd..802cf34cc4 100644 --- a/data/eng/Makefile +++ b/data/eng/Makefile @@ -235,7 +235,7 @@ COPY_FILES:=\ # Format of an item is exactly the same as in the previous list, # except that there can be fourth field with parameters for a compiler. CMM_PROGRAMS:=\ - File|Managers/eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c \ + File|Managers/eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c-- \ games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c-- \ games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \ games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \ diff --git a/data/rus/Makefile b/data/rus/Makefile index 0837c5598c..79a8b43e4d 100644 --- a/data/rus/Makefile +++ b/data/rus/Makefile @@ -227,7 +227,7 @@ COPY_FILES:=\ # Format of an item is exactly the same as in the previous list, # except that there can be fourth field with parameters for a compiler. CMM_PROGRAMS:=\ - File|Managers/eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c \ + File|Managers/eolite:File|Managers/EOLITE:$(PROGS)/fs/Eolite/trunk/Eolite.c-- \ games/clicks:GAMES/CLICKS:$(PROGS)/games/clicks/trunk/clicks.c-- \ games/FindNumbers:GAMES/FindNumbers:$(PROGS)/games/FindNumbers/trunk/FindNumbers.c-- \ games/mine:GAMES/MINE:$(PROGS)/games/mine/trunk/mine.c--:/MEOS \ diff --git a/programs/fs/Eolite/trunk/Eolite.c b/programs/fs/Eolite/trunk/Eolite.c-- similarity index 100% rename from programs/fs/Eolite/trunk/Eolite.c rename to programs/fs/Eolite/trunk/Eolite.c--