summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-11 17:02:16 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-11 17:02:16 -0500
commit464b8d1fa572ab57d41569d45ba94b771e0a5ced (patch)
treed505e1f137f2f208c8fb488278a57bb97aa34a57
parent442a2b1a9cf8e3ca0c22b3d52397e7d9b5a6fecc (diff)
closure-compiler.googlecode.com is gone; use the Wayback Machine.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bf8fd83..87eddd8d 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ $(bin)/uglifyjs-2.2: $(dl-cache)/uglifyjs-2.2 | $(bin)
printf '%s\n' '#!/bin/sh' 'exec $</bin/uglifyjs --mangle --compress -- "$$@"' | install -m755 /dev/stdin '$@'
# Closure compiler 20121212 produces the same output
-$(dl-cache)/unzip/compiler-20121212/%: $(www)/https/closure-compiler.googlecode.com/files/compiler-20121212.tar.gz
+$(dl-cache)/unzip/compiler-20121212/%: $(www)/https/web.archive.org/web/20151226141014/https^3A//closure-compiler.googlecode.com/files/compiler-20121212.tar.gz
mkdir -p '$(@D)'
bsdtar xfO '$<' '$*' > '$@'
$(bin)/closure-compiler: $(dl-cache)/unzip/compiler-20121212/compiler.jar | $(bin)