diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-03 18:50:19 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-03 18:50:19 +0000 |
commit | fe3d5b7ff102876395e2a3c0035460d96fb49970 (patch) | |
tree | c6aeb90e2c4d5ab136a2026ec3b5e17f59ad1eba /Makefile.tpl | |
parent | 3db03e43f9a17ad648ebe985f748334de1f6bc32 (diff) | |
download | gcc-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.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 01532e6..2c72994 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. |