From 72a32367867edcd1695de21aeb20f7677c7fcfa4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 20 Oct 2010 15:43:39 +0000 Subject: * 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. --- Makefile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 1f0419c430..4c55ee2803 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) -- cgit v1.2.1