Commit 43095f3198919e64f8ace4bda12bd45d71795dd2
1 parent
5899f386
tarbin fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1419 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
1 deletions
Makefile
| ... | ... | @@ -108,9 +108,10 @@ tar: |
| 108 | 108 | # generate a binary distribution |
| 109 | 109 | tarbin: |
| 110 | 110 | ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \ |
| 111 | - $(bindir)/qemu $(bindir)/qemu-fast \ | |
| 111 | + $(bindir)/qemu \ | |
| 112 | 112 | $(bindir)/qemu-system-ppc \ |
| 113 | 113 | $(bindir)/qemu-system-sparc \ |
| 114 | + $(bindir)/qemu-system-x86_64 \ | |
| 114 | 115 | $(bindir)/qemu-i386 \ |
| 115 | 116 | $(bindir)/qemu-arm \ |
| 116 | 117 | $(bindir)/qemu-sparc \ | ... | ... |