aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qemu
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2010-08-21 17:02:09 +0000
committerAndy Boyett <agb@openwrt.org>2010-08-21 17:02:09 +0000
commit9d6ca187394784888a3b5bd7857defded4d20a44 (patch)
treee01f03ff085750c0fc80b6ae56f721f64fcaab39 /tools/qemu
parent57cf7b47ffdf9da85af3870ec5187bb6c503cbb6 (diff)
downloadmaster-187ad058-9d6ca187394784888a3b5bd7857defded4d20a44.tar.gz
master-187ad058-9d6ca187394784888a3b5bd7857defded4d20a44.tar.bz2
master-187ad058-9d6ca187394784888a3b5bd7857defded4d20a44.zip
[tools] qemu: fix build failure on some systems. Closes #7767
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/qemu')
-rw-r--r--tools/qemu/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile
index 7d4eb0b30c..50bfd6d727 100644
--- a/tools/qemu/Makefile
+++ b/tools/qemu/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=qemu
PKG_VERSION:=0.12.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -27,9 +27,7 @@ define Host/Configure
endef
define Host/Compile
- (cd $(HOST_BUILD_DIR); \
- make qemu-img \
- )
+ $(MAKE) -C $(HOST_BUILD_DIR) qemu-img
endef
define Host/Install