gcc/gcc/ada/Makefile.in
Andreas Schwab a760c9774c Makefile.in (srcdir): Set to @top_srcdir@ instead of @srcdir@.
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.

From-SVN: r144463
2009-02-27 09:54:25 +00:00

5 lines
193 B
Makefile

# 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