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 | e78e58e4de3a93d64dc04c4cb062a99009c11a22 (patch) | |
tree | a12973707bc5d88c835a0630b0568f041e5fd6fa /tools/Makefile | |
parent | 6f9b7988d5640054b547bc3d34bdb1837f8bb28e (diff) | |
download | upstream-e78e58e4de3a93d64dc04c4cb062a99009c11a22.tar.gz upstream-e78e58e4de3a93d64dc04c4cb062a99009c11a22.tar.bz2 upstream-e78e58e4de3a93d64dc04c4cb062a99009c11a22.zip |
[tools] qemu: add dependency on libuuid
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22757 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-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-) |