[package] iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move...
[openwrt.git] / package / iptables / Makefile
index 8609b6d..e637771 100644 (file)
@@ -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
This page took 0.025978 seconds and 4 git commands to generate.