From 4887d78b01594d994d51db8d11c1a04e65fca032 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 29 Sep 2007 21:22:33 +0000 Subject: [PATCH] Don't hardcode the host architecture name. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3276 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 070b258..67bcf85 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ tar: # generate a binary distribution tarbin: - ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \ + ( cd / ; tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \ $(bindir)/qemu \ $(bindir)/qemu-system-ppc \ $(bindir)/qemu-system-ppc64 \ -- 1.7.9.5