mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
fix dependancy (depends on sed)
SVN-Revision: 51
This commit is contained in:
parent
07888902dd
commit
a6c0e6c7f2
@ -33,7 +33,7 @@ $(DL_DIR)/$(NETFILTER_SOURCE):
|
||||
|
||||
netfilter-source: $(DL_DIR)/$(NETFILTER_SOURCE)
|
||||
|
||||
$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE)
|
||||
$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE) host-sed
|
||||
$(NETFILTER_CAT) $(DL_DIR)/$(NETFILTER_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
#ignore whitespace in patches
|
||||
$(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme
|
||||
|
Loading…
x
Reference in New Issue
Block a user