bugfix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 22 Nov 2011 22:25:03 +0000 (23:25 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 22 Nov 2011 22:25:03 +0000 (23:25 +0100)
Makefile

index 9c88af1..774d537 100644 (file)
--- 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