X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=Makefile;h=2fee1c7840ef4026e7930a3bc2cfb2648425159e;hp=0dc601d9fee99cd2761375fa41ba908b969d57f1;hb=7e1a34e8b3024a8d607a6158d8459cd2108a93ac;hpb=5ee556258ae19d6553f3d29846be91b859c4b62b diff --git a/Makefile b/Makefile index 0dc601d..2fee1c7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(1): $($(1)) .PHONY: $(1) $($(1)): @if [ ! -e "$($(1))" ] ; then \ - { echo Using primary; echo "$(WEBFETCH) $($(1)-URL)" ; $(WEBFETCH) $($(1)-URL1) ; } ; fi + { echo Using primary; echo "$(WEBFETCH) $($(1)-URL)" ; $(WEBFETCH) $($(1)-URL) ; } ; fi @if [ ! -e "$($(1))" ] ; then echo "Could not download source file: $($(1)) does not exist" ; exit 1 ; fi @if test "$$$$($(SHA1SUM) $($(1)) | awk '{print $$$$1}')" != "$($(1)-SHA1SUM)" ; then \ echo "sha1sum of the downloaded $($(1)) does not match the one from 'Makefile'" ; \