From: Felix Fietkau Date: Sat, 6 Oct 2012 16:01:02 +0000 (+0000) Subject: hostapd: fix parallel build issues and spurious object file rebuilds X-Git-Tag: reboot~12732 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5c91b34ed732afddfcb15fdf857f6939c050dfb1;hp=8c37a0f09839bea3fa515e892afac0545b999538 hostapd: fix parallel build issues and spurious object file rebuilds SVN-Revision: 33630 --- 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