Finally get around to fixing the ipkg-build dependancy (thx nico)
[openwrt.git] / obsolete-buildroot / make / netfilter.mk
index 53f2b48..801f74a 100644 (file)
@@ -33,7 +33,7 @@ $(DL_DIR)/$(NETFILTER_SOURCE):
 
 netfilter-source: $(DL_DIR)/$(NETFILTER_SOURCE)
 
-$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE) host-sed
+$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE)
        $(NETFILTER_CAT) $(DL_DIR)/$(NETFILTER_SOURCE) | tar -C $(BUILD_DIR) -xvf -
        #ignore whitespace in patches
        $(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme
This page took 0.027083 seconds and 4 git commands to generate.