From 43095f3198919e64f8ace4bda12bd45d71795dd2 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 27 Apr 2005 20:49:23 +0000 Subject: [PATCH] tarbin fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1419 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f4770c6cf..2a4f329906 100644 --- a/Makefile +++ b/Makefile @@ -108,9 +108,10 @@ tar: # generate a binary distribution tarbin: ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \ - $(bindir)/qemu $(bindir)/qemu-fast \ + $(bindir)/qemu \ $(bindir)/qemu-system-ppc \ $(bindir)/qemu-system-sparc \ + $(bindir)/qemu-system-x86_64 \ $(bindir)/qemu-i386 \ $(bindir)/qemu-arm \ $(bindir)/qemu-sparc \