summaryrefslogtreecommitdiffstats
path: root/src/gcc-mpc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcc-mpc.mk')
-rw-r--r--src/gcc-mpc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc-mpc.mk b/src/gcc-mpc.mk
index 608f292..f134611 100644
--- a/src/gcc-mpc.mk
+++ b/src/gcc-mpc.mk
@@ -11,7 +11,7 @@ $(PKG)_URL_2 := http://ftp.debian.org/debian/pool/main/m/mpclib/mpclib_$($(PK
$(PKG)_DEPS :=
define $(PKG)_UPDATE
- wget -q --no-check-certificate -O- 'https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date' | \
+ $(WGET) -q -O- 'https://gforge.inria.fr/scm/viewvc.php/tags/?root=mpc&sortby=date' | \
$(SED) -n 's,.*<a name="\([0-9][^"]*\)".*,\1,p' | \
head -1
endef