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 | 8607b6c98d6b9af877240405471108d0d5a6c77f (patch) | |
tree | 2e1c2c36fb2dc34143730077d31b271b03c7167e /Makefile.tpl | |
parent | a37295f9001a34ba4ebf0dca6298d3fb55b6467e (diff) | |
download | gdb-8607b6c98d6b9af877240405471108d0d5a6c77f.zip gdb-8607b6c98d6b9af877240405471108d0d5a6c77f.tar.gz gdb-8607b6c98d6b9af877240405471108d0d5a6c77f.tar.bz2 |
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 01532e6..5ef7d55 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. |