From: mbm Date: Tue, 1 Jun 2004 19:47:20 +0000 (+0000) Subject: fix dependancies X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/3b7d192b48ef0cf154650e4dc1b8002dc855596e fix dependancies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@55 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/obsolete-buildroot/Makefile b/obsolete-buildroot/Makefile index cd7e77913..cf68d065c 100644 --- a/obsolete-buildroot/Makefile +++ b/obsolete-buildroot/Makefile @@ -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 ############################################################# # diff --git a/obsolete-buildroot/make/netfilter.mk b/obsolete-buildroot/make/netfilter.mk index 53f2b48c7..801f74af6 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) 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