aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-10-03 19:06:16 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-10-03 19:06:16 +0000
commitaba8a49486bd9e4af0d052cb621c20d37bbe7340 (patch)
tree95ee982c244588ae7cd008fc2b8a7362f4c87612 /Makefile.in
parentfe3d5b7ff102876395e2a3c0035460d96fb49970 (diff)
downloadgcc-aba8a49486bd9e4af0d052cb621c20d37bbe7340.zip
gcc-aba8a49486bd9e4af0d052cb621c20d37bbe7340.tar.gz
gcc-aba8a49486bd9e4af0d052cb621c20d37bbe7340.tar.bz2
Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
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. From-SVN: r57783
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 6d5acc6..ce4bffa8 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.