From bbc9d348390d0fe9dbc2c055b0e9764c4bc9514b Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 26 Apr 2004 21:15:11 +0000 Subject: [PATCH] update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@771 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 1 + tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15506a19c0..df44a5e616 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 5116294561..1142deaede 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)