From: Felix Fietkau Date: Mon, 7 Nov 2005 11:38:54 +0000 (+0000) Subject: fix amwall compile (conflict with V=) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f313afc53bb74601021014b2a1aae98b9c9331fb;p=librecmc%2Flibrecmc.git fix amwall compile (conflict with V=) SVN-Revision: 2374 --- diff --git a/openwrt/package/amwall/Makefile b/openwrt/package/amwall/Makefile index 173a5d467b..3fedcab960 100644 --- a/openwrt/package/amwall/Makefile +++ b/openwrt/package/amwall/Makefile @@ -18,11 +18,15 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,AMWALL,amwall,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) -$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.prepared +$(PKG_BUILD_DIR)/.configured: + touch $@ + +$(PKG_BUILD_DIR)/.built: rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ + V= \ LDIR=$(PKG_BUILD_DIR) \ AMSEL_INCLUDE="$(STAGING_DIR)/usr/include" \ OPT_LDFLAGS="-L$(STAGING_DIR)/usr/lib" \