re PR ada/40166 (Ada compiler unable to build libraries)
authorBechir Zalila <bechir.zalila@gmail.com>
Mon, 18 May 2009 07:40:56 +0000 (07:40 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 18 May 2009 07:40:56 +0000 (07:40 +0000)
PR ada/40166
* Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
target specific sources.

From-SVN: r147652

gnattools/ChangeLog
gnattools/Makefile.in

index 695762a536e0d4088b920473450f9ca5eb001dab..d8cbe086f4a6e15eb31ff32105133a41f7cae23e 100644 (file)
@@ -1,6 +1,12 @@
+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-10  Arnaud Charlet  <charlet@adacore.com>
 
-       * 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  <jakub@redhat.com>
 
index e0cc4e1a110ea581ec53c1b9776c8eddc0b2dc43..92f4773b3d85fe36d3d239b3aafb343151b9274c 100644 (file)
@@ -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