summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-03 18:50:19 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-03 18:50:19 +0000
commit949b0daae662e40e8609385a48fdc9b933e8442f (patch)
treec6aeb90e2c4d5ab136a2026ec3b5e17f59ad1eba /Makefile.tpl
parent02195592644660a5a422970a01e05db191c4ea48 (diff)
downloadgcc-949b0daae662e40e8609385a48fdc9b933e8442f.tar.gz
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. * configure.in: Make RPATH_ENVVAR substitution more autoconfy. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57782 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 01532e6e2b9..2c72994066c 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -208,7 +208,7 @@ SET_LIB_PATH =
# This is the name of the environment variable used for the path to
# the libraries. This may be changed by configure.in.
-RPATH_ENVVAR = LD_LIBRARY_PATH
+RPATH_ENVVAR = @RPATH_ENVVAR@
# This is the list of directories that may be needed in RPATH_ENVVAR
# so that programs built for the host machine work.