Commit bbc9d348390d0fe9dbc2c055b0e9764c4bc9514b

Authored by bellard
1 parent a8c490cd

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@771 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 2 additions and 1 deletions
Makefile
... ... @@ -81,6 +81,7 @@ tar:
81 81 tarbin:
82 82 ( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \
83 83 $(prefix)/bin/qemu $(prefix)/bin/qemu-fast \
  84 + $(prefix)/bin/qemu-system-ppc \
84 85 $(prefix)/bin/qemu-i386 \
85 86 $(prefix)/bin/qemu-arm \
86 87 $(prefix)/bin/qemu-sparc \
... ...
tests/Makefile
... ... @@ -81,4 +81,4 @@ test2:
81 81 done
82 82  
83 83 clean:
84   - rm -f *~ *.o test-i386.out test-i386.ref $(TESTS)
  84 + rm -f *~ *.o test-i386.out test-i386.ref qruncom $(TESTS)
... ...