X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fiptables-snmp%2FMakefile;h=eaa6b2f405fd9dfda3dce9995264a0d62c6d4e99;hp=dfb243c50c46aa645790b84fb3379d36610a1d9c;hb=aad785e5f48e14d5cdf9280fce4e76e07db62319;hpb=5868e54081b22972a92f140a60736bf25bec7f29 diff --git a/net/iptables-snmp/Makefile b/net/iptables-snmp/Makefile index dfb243c50c..eaa6b2f405 100644 --- a/net/iptables-snmp/Makefile +++ b/net/iptables-snmp/Makefile @@ -30,16 +30,11 @@ define Package/iptables-snmp URL:=http://www.nobiscuit.com/iptables-snmp/ endef -define Build/Configure -$(call Build/Configure/Default) -endef - define Build/Compile - rm -rf $(PKG_INSTALL_DIR) - mkdir -p $(PKG_INSTALL_DIR) - $(MAKE) -C $(PKG_BUILD_DIR) \ + $(call Build/Compile/Default, \ INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \ - all install + all install \ + ) endef define Package/iptables-snmp/install