diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-03 19:06:16 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-03 19:06:16 +0000 |
commit | 0e26095bdbd8bcb6145d3498ef15954e44f30f5f (patch) | |
tree | 95ee982c244588ae7cd008fc2b8a7362f4c87612 /Makefile.in | |
parent | 949b0daae662e40e8609385a48fdc9b933e8442f (diff) | |
download | gcc-0e26095bdbd8bcb6145d3498ef15954e44f30f5f.tar.gz |
2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
* configure.in: Make SET_LIB_PATH substitution more autoconfy.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6d5acc65b44..ce4bffa88a4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -201,7 +201,7 @@ 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. |