From 43d9eacb574e90a783a77e0c9755b7daaa3b1289 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Mon, 13 Aug 2012 21:14:36 +0000 Subject: [PATCH] exec.library: Prevent recursive build Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45554 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/exec/mmakefile.src | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rom/exec/mmakefile.src b/rom/exec/mmakefile.src index 394ac38284..cf7476e9b9 100644 --- a/rom/exec/mmakefile.src +++ b/rom/exec/mmakefile.src @@ -6,6 +6,8 @@ include $(TOP)/config/make.cfg #MM kernel-exec-includes-$(ARCH)-$(CPU) \ #MM includes-$(ARCH)-$(CPU) +#MM- core-linklibs : linklibs-exec + ALL_FUNCTIONS := \ abortio adddevice addhead addintserver addlibrary addmemhandler \ addmemlist addport addresource addsemaphore addtail addtask alert alertstrings \ @@ -43,12 +45,8 @@ FILES := alertextra alert_cpu systemalert initkicktags intservers \ # platform.h can be overriden in arch-specific directory USER_INCLUDES += $(PRIV_EXEC_INCLUDES) -DAROS_ARCH_$(ARCH) -#MM- core-linklibs : linklibs-exec - -exec_LINKLIBFILES += exec_autoinit - %build_module mmake=kernel-exec \ modname=exec modtype=library version=$(AROS_TARGET_PLATFORM) \ - files="$(INIT_FILES) $(ALL_FUNCTIONS) $(FILES)" + linklibfiles=exec_autoinit files="$(INIT_FILES) $(ALL_FUNCTIONS) $(FILES)" %common -- 2.11.4.GIT