aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-20 16:52:55 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-20 16:52:55 +0000
commit57be54bb3e0114824eafd0c3cb7d75ffffffa897 (patch)
tree636cada0b56856d38a6e2980f9b08e04c1e0194c
parent5f12ab4b10075e5ae87e95cdef305172e0de17c0 (diff)
Fix "make test2".
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2339 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f803f6a652..f535dfaf1b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -92,7 +92,7 @@ hello-mipsel: hello-mips.c
# XXX: find a way to compile easily a test for each arch
test2:
@for arch in i386 arm armeb sparc ppc mips mipsel; do \
- ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
+ ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
done
clean: