From: Thierry Parmentelat Date: Tue, 22 Nov 2011 22:25:03 +0000 (+0100) Subject: bugfix X-Git-Tag: pyopenssl-0.9-2~1 X-Git-Url: http://git.onelab.eu/?p=pyopenssl.git;a=commitdiff_plain;h=2d90db0a176907f42d2432a6ec15d313b230a765 bugfix --- diff --git a/Makefile b/Makefile index 9c88af1..774d537 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ALL += pyopenssl pyopenssl-URL1 := http://build.planet-lab.org/third-party/pyOpenSSL-0.9.tar.gz pyopenssl-URL2 := http://mirror.onelab.eu/third-party/pyOpenSSL-0.9.tar.gz pyopenssl-SHA1SUM := d39eeb26c73e4b96804e1e403e2136062910b6c2 -pyopenssl-FILE := $(notdir $(pyopenssl-URL1)) +pyopenssl := $(notdir $(pyopenssl-URL1)) all: $(ALL) .PHONY: all