diff options
author | Ian Lance Taylor <iant@google.com> | 2010-10-20 15:43:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2010-10-20 15:43:40 +0000 |
commit | 45ebecdaca98c0c8c6f45e762cd06d5f65901486 (patch) | |
tree | 95ca2b33ade1bc75c8110c47b02d0f1a00483cad /Makefile.in | |
parent | bf5300eaee04b5e143dea58e922bc6ae260197dd (diff) | |
download | cygnal-45ebecdaca98c0c8c6f45e762cd06d5f65901486.tar.gz cygnal-45ebecdaca98c0c8c6f45e762cd06d5f65901486.tar.bz2 cygnal-45ebecdaca98c0c8c6f45e762cd06d5f65901486.zip |
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 1d5ef9e1e..aaea69df8 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 |