From ed2bf29be5ea97f67c7195cd02eaf1bc1515bd36 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Sep 2012 09:50:01 +0000 Subject: build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems SVN-Revision: 33523 --- package/hostapd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hostapd') diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index add8f51bfc..a45a168bbc 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -234,7 +234,7 @@ endif define Build/RunMake CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \ - $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/$(1) \ + +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/$(1) \ $(TARGET_CONFIGURE_OPTS) \ $(DRIVER_MAKEOPTS) \ LIBS="$(TARGET_LDFLAGS)" \ -- cgit v1.2.3