From: bellard Date: Mon, 26 Apr 2004 21:15:11 +0000 (+0000) Subject: update X-Git-Tag: release_0_9_0-iwjtag~1624 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bbc9d348390d0fe9dbc2c055b0e9764c4bc9514b;p=qemu-xen-4.3-testing.git update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@771 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile b/Makefile index 15506a19c..df44a5e61 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ tar: tarbin: ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \ $(prefix)/bin/qemu $(prefix)/bin/qemu-fast \ + $(prefix)/bin/qemu-system-ppc \ $(prefix)/bin/qemu-i386 \ $(prefix)/bin/qemu-arm \ $(prefix)/bin/qemu-sparc \ diff --git a/tests/Makefile b/tests/Makefile index 511629456..1142deaed 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -81,4 +81,4 @@ test2: done clean: - rm -f *~ *.o test-i386.out test-i386.ref $(TESTS) + rm -f *~ *.o test-i386.out test-i386.ref qruncom $(TESTS)