diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:22:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 21:22:09 +0000 |
commit | d784887b7f233e810408db11b9fca12d39e3dddc (patch) | |
tree | c09cc9aa8f61bb4d02a8a93d95409700f802c239 /package/iptables/Makefile | |
parent | 2af1393623b4f45851b31501a41012be308794eb (diff) | |
download | upstream-d784887b7f233e810408db11b9fca12d39e3dddc.tar.gz upstream-d784887b7f233e810408db11b9fca12d39e3dddc.tar.bz2 upstream-d784887b7f233e810408db11b9fca12d39e3dddc.zip |
Cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@973 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index c9743fbed2..c81a345ff1 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 |