From 97aadbccaec42d7ea9b111acf23e6f6a14275ffe Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Sun, 8 May 2016 20:32:45 +0800 Subject: [PATCH] contrib: use conditional variable assignment for GNU Make it easier to use a GNU mirror site. Signed-off-by: Jean-Baptiste Kempf --- contrib/src/main.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index d05e6d26f0..8d94b645cc 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -21,7 +21,7 @@ DATE := $(shell date +%Y%m%d) VPATH := $(TARBALLS) # Common download locations -GNU := http://ftp.gnu.org/gnu +GNU ?= http://ftp.gnu.org/gnu SF := http://heanet.dl.sourceforge.net/sourceforge VIDEOLAN := http://downloads.videolan.org/pub/videolan CONTRIB_VIDEOLAN := http://downloads.videolan.org/pub/contrib -- 2.11.4.GIT