From 0a80fba1cdecaf1e28b09cba33d0dcaba40dac9e Mon Sep 17 00:00:00 2001 From: agb Date: Sun, 22 Aug 2010 09:18:04 +0000 Subject: [PATCH] [backfire] merge r22757 [tools] qemu: add dependency on libuuid git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22758 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 94f7ce699..a44095b4e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -44,6 +44,7 @@ $(curdir)/automake/compile := $(curdir)/m4/install $(curdir)/autoconf/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-)