summaryrefslogtreecommitdiff
path: root/gnattools/Makefile.in
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-18 07:40:56 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2009-05-18 07:40:56 +0000
commit8d1917fb2f3b7ddca8f4ff321974ff3ac69eeedd (patch)
tree1a38b91cab239e234d6fbbed7b0a06887ecae056 /gnattools/Makefile.in
parenta8061cc98cb8e566794eb18acbd50c09e7c8402b (diff)
downloadgcc-8d1917fb2f3b7ddca8f4ff321974ff3ac69eeedd.tar.gz
PR ada/40166
* Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the target specific sources. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147652 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gnattools/Makefile.in')
-rw-r--r--gnattools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in
index e0cc4e1a110..92f4773b3d8 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