From 69422ce6cf938cbe92ed700060f2ab4c63ad2eb1 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 20 Jul 2013 10:28:37 +0000 Subject: [PATCH] pass distfiles target through to metamake git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47734 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 0a9362ebb9..a8b7b7c6ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -200,6 +200,10 @@ query : tools # Calling standard main targets, but is usable as a shortcut for MetaMake # if it was not installed globally # + +distfiles: + @+$(CALL) $(MMAKE) $(MMAKE_OPTIONS) AROS.$@ + # The '%-quick' and '%-clean' targets are special - we don't want to wait around # for building crosstools if we just want to build one subtarget %-quick %-clean: -- 2.11.4.GIT