fix dependancies
SVN-Revision: 55
This commit is contained in:
parent
33b6e4e70a
commit
5b84afe159
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ INSTALL_LIBGCJ:=false
|
||||||
# The list of stuff to build for the target filesystem
|
# 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
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
|
|
|
@ -33,7 +33,7 @@ $(DL_DIR)/$(NETFILTER_SOURCE):
|
||||||
|
|
||||||
netfilter-source: $(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 -
|
$(NETFILTER_CAT) $(DL_DIR)/$(NETFILTER_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||||
#ignore whitespace in patches
|
#ignore whitespace in patches
|
||||||
$(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme
|
$(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme
|
||||||
|
|
Loading…
Reference in a new issue