From: Felix Fietkau Date: Sat, 6 Oct 2012 16:02:25 +0000 (+0000) Subject: hostapd: fix parallel build issues and spurious object file rebuilds (backport of... X-Git-Tag: attitude_adjustment_12.09~236 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a37e68e9a235d688556f73bdaad7c04e00fe2c05;p=openwrt%2Fsvn-archive%2Fopenwrt.git hostapd: fix parallel build issues and spurious object file rebuilds (backport of r33630) SVN-Revision: 33632 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5d279c51c5..2fbfb98e3c 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -238,6 +238,7 @@ define Build/RunMake $(TARGET_CONFIGURE_OPTS) \ $(DRIVER_MAKEOPTS) \ LIBS="$(TARGET_LDFLAGS)" \ + BCHECK= \ $(2) endef