X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fqemu%2FMakefile;h=50bfd6d7271c235452b00f05e9fcbd38e2d02da1;hb=a4126497945490ca0b7f177a94b0b234f4732ed9;hp=7d4eb0b30cb0daff90183f84927077660f1dd01d;hpb=002aa873af0327a5fe5927005c03544a6fbc38c1;p=openwrt-10.03%2F.git diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 7d4eb0b30..50bfd6d72 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