projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a1729
)
mkimage fails to build on some systems if sed is not installed, add a dependency...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Apr 2010 21:57:32 +0000
(21:57 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Apr 2010 21:57:32 +0000
(21:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21210
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index
a173722
..
5169eb7
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-46,6
+46,7
@@
$(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install
$(curdir)/mpc/compile := $(curdir)/gmp/install
$(curdir)/mpfr/compile := $(curdir)/gmp/install
$(curdir)/mtd-utils/compile := $(curdir)/libuuid/install
+$(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-)
$(curdir)/builddirs-default := $(tools-y)
This page took
0.038146 seconds
and
4
git commands to generate.