From 2d90db0a176907f42d2432a6ec15d313b230a765 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 22 Nov 2011 23:25:03 +0100 Subject: [PATCH] bugfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0