projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c383b
)
Fix broken dependancy
author
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 20:13:08 +0000
(20:13 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 20:13:08 +0000
(20:13 -0000)
make/iproute2.mk
patch
|
blob
|
history
diff --git
a/make/iproute2.mk
b/make/iproute2.mk
index 36c4a08193d1596c3801a160832c18e377baf8c3..0863277d8c87d865e6e523d8a7adb1a10619dd5d 100644
(file)
--- a/
make/iproute2.mk
+++ b/
make/iproute2.mk
@@
-22,7
+22,7
@@
$(DL_DIR)/$(IPROUTE2_PATCH):
iproute2-source: $(DL_DIR)/$(IPROUTE2_SOURCE) #$(DL_DIR)/$(IPROUTE2_PATCH)
-$(IPROUTE2_DIR)/.unpacked:
iproute2-source
+$(IPROUTE2_DIR)/.unpacked:
$(DL_DIR)/$(IPROUTE2_SOURCE) #$(DL_DIR)/$(IPROUTE2_PATCH)
rm -rf $(IPROUTE2_DIR).orig $(IPROUTE2_DIR)
zcat $(DL_DIR)/$(IPROUTE2_SOURCE) | tar -C $(BUILD_DIR) -xvf -
#zcat $(DL_DIR)/$(IPROUTE2_PATCH) | patch -p1 -d $(IPROUTE2_DIR)