diff options
Diffstat (limited to 'openwrt/package/iperf/Makefile')
-rw-r--r-- | openwrt/package/iperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/iperf/Makefile b/openwrt/package/iperf/Makefile index 872edd25e5..a4816a629c 100644 --- a/openwrt/package/iperf/Makefile +++ b/openwrt/package/iperf/Makefile @@ -15,7 +15,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,IPERF,iperf,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ |