From d0ba8e21ce821234d5d152c1e6059dc1085c2e57 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 13 Jul 2015 17:25:54 +0000 Subject: [PATCH] Don't automatically build test-objc-quick when test-quick is built. Otherwise we'd need to add all the same exceptions/conditions as are used for the non-quick targets. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50949 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/objc/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/objc/mmakefile.src b/test/objc/mmakefile.src index d3a57c4756..3110ef5f91 100644 --- a/test/objc/mmakefile.src +++ b/test/objc/mmakefile.src @@ -15,7 +15,7 @@ EXEDIR := $(AROS_TESTS)/objc #MM- test-objc-i386 : test-objc #MM- test-objc-x86_64 : test-objc #MM- test-objc-ppc : test-objc -#MM- test-quick : test-objc-quick +##MM- test-quick : test-objc-quick #MM- test-objc: test-objc-hello #MM- test-objc-quick: test-objc-hello-quick -- 2.11.4.GIT