From a0e33d249b6ef2af4f42064af6d03d4383e06a6b Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 27 Apr 2005 20:49:23 +0000 Subject: [PATCH] tarbin fix --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f4770c6..2a4f3299 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 \ -- 2.39.5