From 676fd528c9990a4f1046b51d40059893c3a71490 Mon Sep 17 00:00:00 2001 From: Bechir Zalila Date: Mon, 18 May 2009 07:40:56 +0000 Subject: [PATCH] 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: r147652 --- gnattools/ChangeLog | 8 +++++++- gnattools/Makefile.in | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index 695762a536e0..d8cbe086f4a6 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,6 +1,12 @@ +2009-05-18 Bechir Zalila + + PR ada/40166 + * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the + target specific sources. + 2009-04-10 Arnaud Charlet - * Makefile.in (stamp-tools): Add handling of snames.ad[sb] + * Makefile.in (stamp-tools): Add handling of snames.ad[sb]. 2009-04-09 Jakub Jelinek diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in index e0cc4e1a110e..92f4773b3d85 100644 --- a/gnattools/Makefile.in +++ b/gnattools/Makefile.in @@ -164,7 +164,7 @@ $(GCC_DIR)/stamp-tools: -(cd $(GCC_DIR)/ada/tools; $(LN_S) ../sdefault.adb ../snames.ads ../snames.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 -- 2.43.5