summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-20 14:39:17 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-20 14:39:17 +0000
commit1235ba90137d76e8fdeddc5e6d61f8e806e2ab41 (patch)
tree5229568e4e218e20dd580532390d7c0096736462 /Makefile.in
parent936983bfd8610bf8fde3b8f4d090c0c33f689b0b (diff)
downloadgcc-1235ba90137d76e8fdeddc5e6d61f8e806e2ab41.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165727 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1d5ef9e1e73..aaea69df8af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -560,11 +560,11 @@ 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 = $(TARGET_LIB_PATH_libstdc++-v3)$(TARGET_LIB_PATH_libmudflap)$(TARGET_LIB_PATH_libssp)$(TARGET_LIB_PATH_libgomp)$(HOST_LIB_PATH_gcc)
@if target-libstdc++-v3
-TARGET_LIB_PATH_libstdc++-v3 = $$r/$(TARGET_SUBDIR)/libstdc++-v3/.libs:
+TARGET_LIB_PATH_libstdc++-v3 = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:
@endif target-libstdc++-v3
@if target-libmudflap