mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-12 09:39:32 +00:00
add missing dependencies which broke parallel build
SVN-Revision: 15363
This commit is contained in:
parent
5e1e868230
commit
ace4ee61f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user