fix dependancies
authorMike Baker <mbm@openwrt.org>
Tue, 1 Jun 2004 19:47:20 +0000 (19:47 +0000)
committerMike Baker <mbm@openwrt.org>
Tue, 1 Jun 2004 19:47:20 +0000 (19:47 +0000)
SVN-Revision: 55

obsolete-buildroot/Makefile
obsolete-buildroot/make/netfilter.mk

index cd7e7791338d2d98b5f97901cea7ff0022bd68da..cf68d065c2b37851ed2a49db1ce6ca37b918d140 100644 (file)
@@ -95,7 +95,7 @@ INSTALL_LIBGCJ:=false
 # The list of stuff to build for the target filesystem
 #
 #############################################################
-TARGETS:=gcc3_3 openwrt-base openwrt-code.bin
+TARGETS:=host-sed gcc3_3 openwrt-base openwrt-code.bin
 
 #############################################################
 #
index 53f2b48c7034f537be4c46e6fb7171a6bf29c216..801f74af6bf54a7b60d971779d40644ac086a37e 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