projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d6e8c
)
add missing dependencies which broke parallel build
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 24 Apr 2009 01:04:54 +0000
(
01:04
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 24 Apr 2009 01:04:54 +0000
(
01:04
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15363
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index
2f11670
..
72a25b5
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-20,7
+20,8
@@
$(curdir)/squashfs/compile := $(curdir)/lzma/install
$(curdir)/quilt/compile := $(curdir)/sed/install
$(curdir)/dtc/compile := $(curdir)/bison/install
$(curdir)/autoconf/compile := $(curdir)/m4/install
-$(curdir)/automake/compile := $(curdir)/m4/install
+$(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/install
+$(curdir)/mpfr/compile := $(curdir)/gmp/install
$(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-)
$(curdir)/builddirs-default := $(tools-y)
This page took
0.02368 seconds
and
4
git commands to generate.