From aff58866ffe389120df21381bd21c2f9ab9a9c69 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sun, 6 Mar 2011 01:30:52 +0000 Subject: [PATCH] Remove obsolete warning git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@37383 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/classes/zune/texteditor/mcp/mmakefile.src | 5 ----- 1 file changed, 5 deletions(-) diff --git a/workbench/classes/zune/texteditor/mcp/mmakefile.src b/workbench/classes/zune/texteditor/mcp/mmakefile.src index d4c0821910..d79dc73235 100644 --- a/workbench/classes/zune/texteditor/mcp/mmakefile.src +++ b/workbench/classes/zune/texteditor/mcp/mmakefile.src @@ -30,17 +30,13 @@ FILES := library \ modname=TextEditor modtype=mcp \ files=$(FILES) uselibs="amiga mui rom m" - #MM includes-copy INCLUDE_FILES := TextEditor_mcp.h %copy_includes path=mui - - TARGETDIR := $(AROS_CATALOGS) -# FIXME: doesn't work outside source tree LOCALE_H := $(TOP)/$(CURDIR)/locale.h LOCALE_C := $(TOP)/$(CURDIR)/locale.c @@ -83,7 +79,6 @@ $(TARGETDIR)/russian/TextEditor_mcp.catalog: $(SRCDIR)/$(CURDIR)/locale/russian. @$(MKDIR) $(TARGETDIR)/russian @$(FLEXCAT) $(SRCDIR)/$(CURDIR)/locale/TextEditor_mcp.cd $< CATALOG $@ - #MM texteditor-mcp-clean : -$(RM) $(LOCALE_H) $(LOCALE_C) -- 2.11.4.GIT