Commit 4887d78b01594d994d51db8d11c1a04e65fca032

Authored by ths
1 parent ff1aaf65

Don't hardcode the host architecture name.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3276 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile
... ... @@ -132,7 +132,7 @@ tar:
132 132  
133 133 # generate a binary distribution
134 134 tarbin:
135   - ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \
  135 + ( cd / ; tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \
136 136 $(bindir)/qemu \
137 137 $(bindir)/qemu-system-ppc \
138 138 $(bindir)/qemu-system-ppc64 \
... ...