summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-01-20 14:33:39 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-01-20 14:33:39 +0100
commitae5687a63a8142d8b26bf0b7ac27445a47721635 (patch)
tree6d1011109ffd7a8e45d57bf30e7de17f8c7f8cf2 /Makefile.am
parent881cee23c292f3a6ee9c48c27a0000a346f6d7cf (diff)
downloadgmp-ae5687a63a8142d8b26bf0b7ac27445a47721635.tar.gz
(check-mini-gmp): Set also DYLD_LIBRARY_PATH for the benefit of Darwin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b87cca9fb..8e0bf2518 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# Copyright 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2006, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+# 2006, 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -407,6 +407,7 @@ check-mini-gmp:
$(MKDIR_P) mini-gmp/tests \
&& cd mini-gmp/tests \
&& LD_LIBRARY_PATH="../../.libs:$$LD_LIBRARY_PATH" \
+ && DYLD_LIBRARY_PATH="../../.libs:$$DYLD_LIBRARY_PATH" \
$(MAKE) -f "$$abs_srcdir/mini-gmp/tests/Makefile" \
VPATH="$$abs_srcdir/mini-gmp/tests" \
srcdir="$$abs_srcdir/mini-gmp/tests" \