diff options
author | Mike Baker <mbm@openwrt.org> | 2004-06-01 19:47:20 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-06-01 19:47:20 +0000 |
commit | 5b84afe159071f4c5be36daa518f70e62d3aa661 (patch) | |
tree | 742fa9567b0196b8f7fe0f94a2bf2c82e6239c72 | |
parent | 33b6e4e70ab6b51347694738fa1c63fb12e0d294 (diff) | |
download | mtk-20170518-5b84afe159071f4c5be36daa518f70e62d3aa661.zip mtk-20170518-5b84afe159071f4c5be36daa518f70e62d3aa661.tar.gz mtk-20170518-5b84afe159071f4c5be36daa518f70e62d3aa661.tar.bz2 |
fix dependancies
SVN-Revision: 55
-rw-r--r-- | obsolete-buildroot/Makefile | 2 | ||||
-rw-r--r-- | obsolete-buildroot/make/netfilter.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/obsolete-buildroot/Makefile b/obsolete-buildroot/Makefile index cd7e779..cf68d06 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 53f2b48..801f74a 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 |