From 57be54bb3e0114824eafd0c3cb7d75ffffffa897 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 20 Jan 2007 16:52:55 +0000 Subject: Fix "make test2". git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2339 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') 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: -- cgit v1.2.1