Commit 57be54bb3e0114824eafd0c3cb7d75ffffffa897

Authored by pbrook
1 parent 5f12ab4b

Fix "make test2".


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2339 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
tests/Makefile
... ... @@ -92,7 +92,7 @@ hello-mipsel: hello-mips.c
92 92 # XXX: find a way to compile easily a test for each arch
93 93 test2:
94 94 @for arch in i386 arm armeb sparc ppc mips mipsel; do \
95   - ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
  95 + ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
96 96 done
97 97  
98 98 clean:
... ...