add missing dependencies which broke parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15363 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
e23e2f703c
commit
0222487b42
|
@ -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