diff options
author | Andy Boyett <agb@openwrt.org> | 2010-08-22 09:16:49 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2010-08-22 09:16:49 +0000 |
commit | 9638e849667eb1167e1efeffe0f086ce5c324297 (patch) | |
tree | 22454a2762f9841188c43e389fa21edab80bd9cc /tools | |
parent | 7ebcd047864564c4321e610b1569161d823cf860 (diff) | |
download | upstream-9638e849667eb1167e1efeffe0f086ce5c324297.tar.gz upstream-9638e849667eb1167e1efeffe0f086ce5c324297.tar.bz2 upstream-9638e849667eb1167e1efeffe0f086ce5c324297.zip |
qemu: add dependency on libuuid
SVN-Revision: 22757
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3fbac938cc..6e364af7a9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -48,6 +48,7 @@ $(curdir)/mpc/compile := $(curdir)/gmp/install $(curdir)/mpfr/compile := $(curdir)/gmp/install $(curdir)/mtd-utils/compile := $(curdir)/libuuid/install $(curdir)/mkimage/compile := $(curdir)/sed/install +$(curdir)/qemu/compile := $(curdir)/libuuid/install $(curdir)/upslug2/compile := $(curdir)/automake/install $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-) |