summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-10-20 14:39:17 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2010-10-20 14:39:17 +0000
commit66c92425474133a5c7fea3573e5366e93456da7a (patch)
tree5229568e4e218e20dd580532390d7c0096736462 /Makefile.tpl
parent30ca47e6eb445c98ac17f0d849c45b6389b40297 (diff)
downloadgcc-66c92425474133a5c7fea3573e5366e93456da7a.tar.gz
Makefile.def (target_modules): Set lib_path to src/.libs for libstdc++-v3 module.
* Makefile.def (target_modules): Set lib_path to src/.libs for libstdc++-v3 module. * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. * Makefile.in: Rebuild. From-SVN: r165727
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 1f0419c430e..4c55ee2803e 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -513,7 +513,7 @@ all:
###
# This is the list of directories that may be needed in RPATH_ENVVAR
-# so that prorgams built for the target machine work.
+# so that programs built for the target machine work.
TARGET_LIB_PATH = [+ FOR target_modules +][+
IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
ENDFOR target_modules +]$(HOST_LIB_PATH_gcc)