summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-09 17:47:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-09 17:47:55 +0000
commit356ec178f083b59f763faa577354e7591f2ab2c9 (patch)
tree4ddd403e9192ef279ae0ebd92e5e250eeacbdf3d /package/iptables/Makefile
parent2cf31be8576034647d2c9eaeee58a56c789463f9 (diff)
downloadmaster-31e0f0ae-356ec178f083b59f763faa577354e7591f2ab2c9.tar.gz
master-31e0f0ae-356ec178f083b59f763faa577354e7591f2ab2c9.tar.bz2
master-31e0f0ae-356ec178f083b59f763faa577354e7591f2ab2c9.zip
iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move autogen.sh invocation to Build/Configure
SVN-Revision: 23369
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 8609b6d7c4..e637771871 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -305,9 +305,9 @@ MAKE_FLAGS := \
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
KBUILD_OUTPUT="$(LINUX_DIR)" \
-define Build/Prepare
-$(call Build/Prepare/Default)
+define Build/Configure
(cd $(PKG_BUILD_DIR); ./autogen.sh)
+$(call Build/Configure/Default)
endef
define Build/InstallDev