packages: fix parallel build by adding + for every make command that passes the jobserver
[openwrt/svn-archive/packages.git] / libs / matrixssl / Makefile
index b3ae0763603ffd6d21ec286330a68bbe5e5b406a..6580b8ceb56fd6fa246ca362bec46e6258e94a81 100644 (file)
@@ -36,7 +36,7 @@ endef
 TARGET_CFLAGS += $(FPIC)
 
 define Build/Compile
-       $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src \
+       +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src \
                $(TARGET_CONFIGURE_OPTS) \
                DFLAGS="$(TARGET_CFLAGS) -Wall"
 endef