update
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 26 Apr 2004 21:15:11 +0000 (21:15 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 26 Apr 2004 21:15:11 +0000 (21:15 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@771 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile
tests/Makefile

index 15506a1..df44a5e 100644 (file)
--- 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 \
index 5116294..1142dea 100644 (file)
@@ -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)