summaryrefslogtreecommitdiffstats
path: root/gnattools
diff options
context:
space:
mode:
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog4
-rw-r--r--gnattools/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index a7bd840efb1..69985f4d445 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,7 @@
+2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
+
+ * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
+
2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
* configure.ac (*-*-lynxos*): Delete.
diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in
index 4ec7afd5dd8..423cc6e950c 100644
--- a/gnattools/Makefile.in
+++ b/gnattools/Makefile.in
@@ -132,7 +132,7 @@ TOOLS_FLAGS_TO_PASS_CROSS= \
"ADAFLAGS=$(ADAFLAGS)" \
"ADA_CFLAGS=$(ADA_CFLAGS)" \
"INCLUDES=$(INCLUDES_FOR_SUBDIR)" \
- "ADA_INCLUDES=-I$(RTS_DIR)../adainclude -I$(RTS_DIR) $(ADA_INCLUDES_FOR_SUBDIR)" \
+ "ADA_INCLUDES=-I$(RTS_DIR)/../adainclude -I$(RTS_DIR) $(ADA_INCLUDES_FOR_SUBDIR)" \
"exeext=$(exeext)" \
"fsrcdir=$(fsrcdir)" \
"srcdir=$(fsrcdir)" \
OpenPOWER on IntegriCloud