Skip to content
Snippets Groups Projects
Commit ace4ee61 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add missing dependencies which broke parallel build

SVN-Revision: 15363
parent 5e1e8682
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,8 @@ $(curdir)/squashfs/compile := $(curdir)/lzma/install ...@@ -20,7 +20,8 @@ $(curdir)/squashfs/compile := $(curdir)/lzma/install
$(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/quilt/compile := $(curdir)/sed/install
$(curdir)/dtc/compile := $(curdir)/bison/install $(curdir)/dtc/compile := $(curdir)/bison/install
$(curdir)/autoconf/compile := $(curdir)/m4/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 := $(tools-y) $(tools-dep) $(tools-)
$(curdir)/builddirs-default := $(tools-y) $(curdir)/builddirs-default := $(tools-y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment