From d8345f55a641ccd036b3c812cb6162ea86a8dcf3 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 20 Jul 2013 10:30:08 +0000 Subject: [PATCH] invoke arch specific distfiles targets git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47735 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/mmakefile.src | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/mmakefile.src diff --git a/arch/mmakefile.src b/arch/mmakefile.src new file mode 100644 index 0000000000..8a6e6823a7 --- /dev/null +++ b/arch/mmakefile.src @@ -0,0 +1,5 @@ +# $Id$ + +include $(TOP)/config/make.cfg + +#MM- distfiles : distfiles-$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU) -- 2.11.4.GIT