modified make argument with $jobArgs

This commit is contained in:
Begasus
2014-05-11 08:16:33 +02:00
parent 1aab49bf70
commit 68b552f68e

View File

@@ -32,7 +32,7 @@ BUILD_PREREQUIRES="
cmd:automake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make $jobArgs
cmd:make
"
@@ -49,7 +49,7 @@ BUILD()
autoconf
runConfigure ./configure
make
make $jobArgs
}
INSTALL()