Fix "make test2".
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 20 Jan 2007 16:52:55 +0000 (16:52 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 20 Jan 2007 16:52:55 +0000 (16:52 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2339 c046a42c-6fe2-441c-8c8c-71466251a162

tests/Makefile

index f803f6a..f535dfa 100644 (file)
@@ -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: