X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=ce81773d1c82b698ddf1b69ef1705ce3c6616c02;hb=7d156b22fe464d8efc1aae3fa069709480f5357b;hp=417149a7971c91a28129fdba4980ddc719e0a19c;hpb=742fc13b34910bcfb27f54338485ac5ccdd067a5;p=libvirt-python.git diff --git a/Makefile b/Makefile index 417149a..ce81773 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ WEBFETCH := wget SHA1SUM := sha1sum ALL += libvirt-python -libvirt-python-URL1 := http://mirror.onelab.eu/third-party/libvirt-python-1.2.1.tar.gz -libvirt-python-URL2 := http://planet-lab.org/third-party/libvirt-python-1.2.1.tar.gz -libvirt-python-SHA1SUM := 874014e3b1b199919d40a34f12829fa1d610a2ea -libvirt-python := $(notdir $(libvirt-python-URL1)) +libvirt-python-URL1 := http://mirror.onelab.eu/third-party/libvirt-python-1.2.11.tar.gz +libvirt-python-URL2 := http://planet-lab.org/third-party/libvirt-python-1.2.11.tar.gz +libvirt-python-SHA1SUM := e523be99b7ef6def64b0e7f1f715f8c67b72bbba +libvirt-python := $(notdir $(libvirt-python-URL1)) all: $(ALL) .PHONY: all @@ -62,4 +62,3 @@ clean: +%: varname=$(subst +,,$@) +%: @echo "$($(varname))" -