aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-10-03 18:50:19 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-10-03 18:50:19 +0000
commitfe3d5b7ff102876395e2a3c0035460d96fb49970 (patch)
treec6aeb90e2c4d5ab136a2026ec3b5e17f59ad1eba /Makefile.in
parent3db03e43f9a17ad648ebe985f748334de1f6bc32 (diff)
downloadgcc-fe3d5b7ff102876395e2a3c0035460d96fb49970.zip
gcc-fe3d5b7ff102876395e2a3c0035460d96fb49970.tar.gz
gcc-fe3d5b7ff102876395e2a3c0035460d96fb49970.tar.bz2
Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
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. From-SVN: r57782
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c78623f4..6d5acc6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,7 +205,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.