summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index c9743fbed..c81a345ff 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -23,7 +23,7 @@ $(eval $(call PKG_template,IPTABLES_UTILS,iptables-utils,$(PKG_VERSION)-$(PKG_RE
$(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
- touch $(PKG_BUILD_DIR)/.configured
+ touch $@
$(PKG_BUILD_DIR)/.built:
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test
@@ -34,7 +34,7 @@ $(PKG_BUILD_DIR)/.built:
KERNEL_DIR=$(LINUX_DIR) PREFIX=/usr \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install install-devel
- touch $(PKG_BUILD_DIR)/.built
+ touch $@
$(IPKG_IPTABLES):
install -d -m0755 $(IDIR_IPTABLES)/usr/sbin