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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=48909ef0bac920f448901156d2083be636d6b6b3;p=openwrt%2Fsvn-archive%2Farchive.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