summaryrefslogtreecommitdiffstats
path: root/gcc/ada/Makefile.in
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2009-02-27 09:54:25 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2009-02-27 09:54:25 +0000
commit369e542b3ad1c0acfa9bfaeb72b338d8db5ba2ef (patch)
treefa3ae0a85c45c6afcda17a71b72ccdb9606a7692 /gcc/ada/Makefile.in
parente08db3bb5ff83e94911a23e2b13dfcbc30027ef8 (diff)
downloadppe42-gcc-369e542b3ad1c0acfa9bfaeb72b338d8db5ba2ef.tar.gz
ppe42-gcc-369e542b3ad1c0acfa9bfaeb72b338d8db5ba2ef.zip
gcc/ada/:
* Makefile.in (srcdir): Set to @top_srcdir@ instead of @srcdir@. * gcc-interface/Makefile.in: Change all uses of $(srcdir), $(fsrcdir) and $(fsrcpfx) to add ada subdir. (AWK): Substitute. (target_cpu_default): Substitute. gnattools/: * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada. (INCLUDES_FOR_SUBDIR): Adjust. (ADA_INCLUDES_FOR_SUBDIR): Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/Makefile.in')
-rw-r--r--gcc/ada/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index 9f223c4195c..a662b20474f 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -1,3 +1,5 @@
-srcdir = @srcdir@
+# All makefile fragments assume that $(srcdir) points to the gcc
+# directory, not the language subdir
+srcdir = @top_srcdir@
-include ./gcc-interface/Makefile
-include ../gcc-interface/Makefile
OpenPOWER on IntegriCloud