summaryrefslogtreecommitdiff
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
commit6e2f8d7eec54b13f490e331a4c021f55c4b64799 (patch)
tree75fc0e9e3effb7ec58392b401b70e975b06b449c /tools/qemu
parent4df18c296e17dd6cd4627a0908bd3ebed095da43 (diff)
downloadmtk-20170518-6e2f8d7eec54b13f490e331a4c021f55c4b64799.zip
mtk-20170518-6e2f8d7eec54b13f490e331a4c021f55c4b64799.tar.gz
mtk-20170518-6e2f8d7eec54b13f490e331a4c021f55c4b64799.tar.bz2
qemu: fix build failure on some systems. Closes #7767
SVN-Revision: 22751
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 7d4eb0b..50bfd6d 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