summaryrefslogtreecommitdiff
path: root/tools/mbench
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-10 09:30:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-10 09:30:19 +0000
commite9b249946d5e90a26183135d67d25443337c26ea (patch)
treee94a1ec202e3e4d6ed39dbf38ff52284771690b3 /tools/mbench
parentde58aaa868cf79c2a7483e706b430856948422bf (diff)
downloadmpfr-e9b249946d5e90a26183135d67d25443337c26ea.tar.gz
Updated URLs.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14110 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/mbench')
-rw-r--r--tools/mbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mbench/Makefile b/tools/mbench/Makefile
index a5636ca95..dba9f1c84 100644
--- a/tools/mbench/Makefile
+++ b/tools/mbench/Makefile
@@ -58,7 +58,7 @@ NAME=mbench
# Warning! If $(MPFR) and/or $(GMP) is regarded as a "system directory",
# this may give unexpected results[*]; in particular, with GCC, the option
# is ignored in such a case.
-# [*] http://austingroupbugs.net/view.php?id=187
+# [*] https://austingroupbugs.net/view.php?id=187
ifeq ($(CC),gcc)
INCLUDES=`test -f $(GMP_INCLUDE)/gmp.h && echo "-include $(GMP_INCLUDE)/gmp.h"` `test -f $(GMP)/gmp.h && echo "-include $(GMP)/gmp.h"` `test -f $(MPFR_INCLUDE)/mpfr.h && echo "-include $(MPFR_INCLUDE)/mpfr.h"` `test -f $(MPFR)/mpfr.h && echo "-include $(MPFR)/mpfr.h"` `test -f $(MPFR)/src/mpfr.h && echo "-include $(MPFR)/src/mpfr.h"` -I. -I$(MPFR_INCLUDE) -I$(MPFR) -I$(GMP)/include/ -I$(GMP)
else