mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
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.
This commit is contained in:
@@ -59,7 +59,7 @@ defineDebugInfoPackage projectconceptor \
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
make -C src OBJ_DIR=objects app plugins $jobArgs
|
make -C src OBJ_DIR=objects app plugins
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user