From 0b6f4e348c115af4ec0719d5337fe78cead2b383 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 20 Jul 2012 13:36:21 +0200 Subject: [PATCH] Fix plovr download path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8e0e715d6..b9e9df4e14 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ webgl-debug.js: curl https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/debug/webgl-debug.js > $@ $(PLOVR_JAR): - curl http://plovr.googlecode.com/files/$(PLOVR_JAR) > $@ + curl http://plovr.googlecode.com/files/$(notdir $@) > $@ clean: rm -f ol-skeleton.js