From 00faa5231809fd956989e44e18c5284951876f01 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 14 Feb 2007 13:12:18 -0800 Subject: [PATCH] update the path to the jpeg test image darcs-hash:20070214211218-24bed-8513c56af17a22f1e0c3c499fd935d0295d0962f.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65a3c18..8094099 100644 --- a/Makefile +++ b/Makefile @@ -431,7 +431,7 @@ build/tests/SpeedTest.class: build/org/ibex/nestedvm/Runtime.class tmp/thebride_1280.jpg: @mkdir -p tmp - cd tmp && curl -O http://www.kill-bill.com/images/wallpaper/thebride_1280.jpg + cd tmp && curl -O http://www.brianweb.net/misc/thebride_1280.jpg oldspeedtest: build/tests/DJpeg.class tmp/thebride_1280.jpg bash -c "time $(JAVA) -cp build tests.DJpeg -targa -outfile tmp/thebride_1280.tga tmp/thebride_1280.jpg" -- 1.7.10.4