aboutsummaryrefslogtreecommitdiff
path: root/gnattools/Makefile.in
diff options
context:
space:
mode:
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