Commit 4f95a818 by Arnaud Charlet Committed by Pierre-Marie de Rodat

[Ada] Fix typos in Makefile.in

2018-05-29  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* gcc-interface/Makefile.in: Fix typos.

From-SVN: r260888
parent 795d0063
2018-05-29 Arnaud Charlet <charlet@adacore.com>
* gcc-interface/Makefile.in: Fix typos.
2018-05-29 Ed Schonberg <schonberg@adacore.com>
* exp_ch7.adb (Build_Finalizer_Call): Attach to tree the reference to
......
......@@ -451,18 +451,18 @@ TRASYM_DWARF_MINGW_OBJS = $(TRASYM_DWARF_COMMON_OBJS)
# Shared library version
LIB_VERSION = $(strip $(shell grep ' Library_Version :' $(fsrcpfx)ada/gnatvsn.ads | sed -e 's/.*"\(.*\)".*/\1/'))
# Additionnal object files from C source to be added to libgnat.
# Additional object files from C source to be added to libgnat.
EXTRA_LIBGNAT_OBJS=
# Additionnal C source files to be added to libgnat without corresponding
# Additional C source files to be added to libgnat without corresponding
# object file (#included files). This should include at least the GNAT
# specific header files required to rebuild the runtime library from sources.
EXTRA_LIBGNAT_SRCS=
# Additionnal object files from Ada sources to be added in libgnat
# Additional object files from Ada sources to be added in libgnat
EXTRA_GNATRTL_NONTASKING_OBJS=
# Additionnal object files from Ada sources to be added in libgnarl
# Additional object files from Ada sources to be added in libgnarl
EXTRA_GNATRTL_TASKING_OBJS=
# Subsets of extra libgnat sources that always go together
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment