re PR ada/40166 (Ada compiler unable to build libraries)

PR ada/40166
	* Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
	target specific sources.

From-SVN: r147653
This commit is contained in:
Bechir Zalila 2009-05-18 07:41:14 +00:00 committed by Eric Botcazou
parent 68b200b2b8
commit a335923eb2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
PR ada/40166
* Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
target specific sources.
2009-04-21 Release Manager
* GCC 4.4.0 released.

View File

@ -164,7 +164,7 @@ $(GCC_DIR)/stamp-tools:
-(cd $(GCC_DIR)/ada/tools; $(LN_S) ../sdefault.adb .)
-$(foreach PAIR,$(TOOLS_TARGET_PAIRS), \
rm -f $(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));\
$(LN_S) $(fsrcdir)/$(word 2,$(subst <, ,$(PAIR))) \
$(LN_S) $(fsrcdir)/ada/$(word 2,$(subst <, ,$(PAIR))) \
$(GCC_DIR)/ada/tools/$(word 1,$(subst <, ,$(PAIR)));)
touch $(GCC_DIR)/stamp-tools