diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-03 19:08:53 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-03 19:08:53 +0000 |
commit | 144bf394fcb4db36fbe21707ad871393b20ad011 (patch) | |
tree | f2991339722d1c8e48f95fcfdcc1a429a7dfbc55 /Makefile.tpl | |
parent | 2e681c5f8c88927a498a8565b8e294ce48db5113 (diff) | |
download | gdb-144bf394fcb4db36fbe21707ad871393b20ad011.tar.gz |
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
* configure.in: Make SET_LIB_PATH substitution more autoconfy.
* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 01532e6e2b9..5ef7d55fa3f 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -204,11 +204,11 @@ BUILD_CONFIGARGS = @build_configargs@ # This is set by configure to REALLY_SET_LIB_PATH if --enable-shared # was used. -SET_LIB_PATH = +SET_LIB_PATH = @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. |