build: add the + token to any commands that can pass through the jobserver, fixes...
[15.05/openwrt.git] / package / opkg / Makefile
index 597c96b..4efd44a 100644 (file)
@@ -88,7 +88,7 @@ HOST_CONFIGURE_ARGS+= \
        --with-opkglockfile=/tmp/opkg.lock
 
 define Host/Compile
-       $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all
+       +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all
 endef
 
 define Host/Install