From: nbd 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://207.154.207.93/?a=commitdiff_plain;h=7039d3fcc5b021144dda77cc142bb8637f7ac558;p=12.09%2Fopenwrt.git hostapd: fix parallel build issues and spurious object file rebuilds (backport of r33630) git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33632 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5d279c5..2fbfb98 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