aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-06-01 05:02:42 +0000
committerMike Baker <mbm@openwrt.org>2004-06-01 05:02:42 +0000
commitf1282c3bf4d335982dd24f72ddc8aacb0d31f979 (patch)
tree84ab65cd62cb5ef34f6e2952e1fc1774bc45a814
parent8b25453d65b75b9d47215cb819f2ae26cda1156f (diff)
downloadupstream-f1282c3bf4d335982dd24f72ddc8aacb0d31f979.tar.gz
upstream-f1282c3bf4d335982dd24f72ddc8aacb0d31f979.tar.bz2
upstream-f1282c3bf4d335982dd24f72ddc8aacb0d31f979.zip
fix dependancy (depends on sed)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@51 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--obsolete-buildroot/make/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/obsolete-buildroot/make/netfilter.mk b/obsolete-buildroot/make/netfilter.mk
index 801f74af6bf..53f2b48c703 100644
--- a/obsolete-buildroot/make/netfilter.mk
+++ b/obsolete-buildroot/make/netfilter.mk
@@ -33,7 +33,7 @@ $(DL_DIR)/$(NETFILTER_SOURCE):
netfilter-source: $(DL_DIR)/$(NETFILTER_SOURCE)
-$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE)
+$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE) host-sed
$(NETFILTER_CAT) $(DL_DIR)/$(NETFILTER_SOURCE) | tar -C $(BUILD_DIR) -xvf -
#ignore whitespace in patches
$(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme