diff options
author | ths | 2007-09-29 23:22:33 +0200 |
---|---|---|
committer | ths | 2007-09-29 23:22:33 +0200 |
commit | 4887d78b01594d994d51db8d11c1a04e65fca032 (patch) | |
tree | 584ba968a4f624e31b401d275836a3662a874722 /Makefile | |
parent | Update tarbin rule. (diff) | |
download | qemu-4887d78b01594d994d51db8d11c1a04e65fca032.tar.gz qemu-4887d78b01594d994d51db8d11c1a04e65fca032.tar.xz qemu-4887d78b01594d994d51db8d11c1a04e65fca032.zip |
Don't hardcode the host architecture name.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3276 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ tar: # generate a binary distribution tarbin: - ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \ + ( cd / ; tar zcvf ~/qemu-$(VERSION)-$(ARCH).tar.gz \ $(bindir)/qemu \ $(bindir)/qemu-system-ppc \ $(bindir)/qemu-system-ppc64 \ |