diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-15 23:29:28 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-15 23:29:28 +0000 |
commit | 322d0c6657ce6fe82eb042c045117fb3888c5c53 (patch) | |
tree | 634977156e5d9a4684d7714e248fcf13e276b316 /Makefile | |
parent | 2054396a044c86521d08e666e5b0c1d20446cf3b (diff) | |
download | qemu-322d0c6657ce6fe82eb042c045117fb3888c5c53.tar.gz qemu-322d0c6657ce6fe82eb042c045117fb3888c5c53.tar.bz2 qemu-322d0c6657ce6fe82eb042c045117fb3888c5c53.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@250 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ arm-dis.c \ tests/Makefile \ tests/test-i386.c tests/test-i386-shift.h tests/test-i386.h \ tests/test-i386-muldiv.h tests/test-i386-code16.S tests/test-i386-vm86.S \ -tests/hello.c tests/hello \ +tests/hello-i386.c tests/hello-i386 \ tests/hello-arm.c tests/hello-arm \ tests/sha1.c \ tests/testsig.c tests/testclone.c tests/testthread.c \ |