From 751d8898e44d07bd3eefc22f2d9cb0e290d743bd Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 2 Mar 2017 01:42:53 +0000 Subject: [PATCH] just copy it to the aros directory since it will be needed by both 32bit and 64bit code. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54007 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/include/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/all-pc/include/mmakefile.src b/arch/all-pc/include/mmakefile.src index 476df4a8ee..53ed625348 100644 --- a/arch/all-pc/include/mmakefile.src +++ b/arch/all-pc/include/mmakefile.src @@ -3,6 +3,6 @@ include $(SRCDIR)/config/aros.cfg INCLUDE_FILES := $(call WILDCARD, aros/*.h) -%copy_includes mmake=compiler-includes-pc path=aros/$(AROS_TARGET_CPU) dir=aros +%copy_includes mmake=compiler-includes-pc path=aros dir=aros %common -- 2.11.4.GIT