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 \