From b31078d6daa8205021db4b9d342143c1fa4f518e Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 15 Apr 2018 06:40:09 +0000 Subject: [PATCH] ProjectConceptor: drop $jobArgs in BUILD(). See #2445 This is required with the current makefile because the "plugins" target fails to build if we don't build the "app" target first. --- haiku-apps/projectconceptor/projectconceptor-0.1.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haiku-apps/projectconceptor/projectconceptor-0.1.0.recipe b/haiku-apps/projectconceptor/projectconceptor-0.1.0.recipe index 797c8c417..96b5efbb5 100644 --- a/haiku-apps/projectconceptor/projectconceptor-0.1.0.recipe +++ b/haiku-apps/projectconceptor/projectconceptor-0.1.0.recipe @@ -59,7 +59,7 @@ defineDebugInfoPackage projectconceptor \ BUILD() { - make -C src OBJ_DIR=objects app plugins $jobArgs + make -C src OBJ_DIR=objects app plugins } INSTALL()