From 0734bb88bffffe8e4249b290c54c6f98b7d49338 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 20 Jan 2007 16:52:55 +0000 Subject: [PATCH] Fix "make test2". --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index f803f6a65..f535dfaf1 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: -- 2.39.5