Skip to content

Commit

Permalink
add missing dependencies which broke parallel build
Browse files Browse the repository at this point in the history
SVN-Revision: 15363
  • Loading branch information
Felix Fietkau committed Apr 24, 2009
1 parent 5e1e868 commit ace4ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ace4ee6

Please sign in to comment.