update the path to the jpeg test image
authorbrian <brian@brianweb.net>
Wed, 14 Feb 2007 21:12:18 +0000 (13:12 -0800)
committerbrian <brian@brianweb.net>
Wed, 14 Feb 2007 21:12:18 +0000 (13:12 -0800)
darcs-hash:20070214211218-24bed-8513c56af17a22f1e0c3c499fd935d0295d0962f.gz

Makefile

index 65a3c18..8094099 100644 (file)
--- 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
 
 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"
 
 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"