diff --git a/Makefile b/Makefile index 15506a19c09efad5ea8158557902328b05450097..df44a5e616d73fbbdb57e6a3268fbe14df2208ac 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 511629456137e02df6f361941b117a473e053ab0..1142deaede9f66954b7a73eb897b8514de2a61db 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)