Commit e42183e7 by Tom Tromey Committed by Pierre-Marie de Rodat

[Ada] Fix typo in error message

An error message mentions "gnamake", where it meant to mention
"gnatmake".

2019-09-18  Tom Tromey  <tromey@adacore.com>

gcc/ada/

	* make.adb (Initialize): Fix typo.

From-SVN: r275844
parent 600db6ca
2019-09-18 Tom Tromey <tromey@adacore.com>
* make.adb (Initialize): Fix typo.
2019-09-18 Olivier Hainque <hainque@adacore.com>
* libgnat/s-win32.ads (DWORD_PTR): New type, pointer size
......
......@@ -3789,7 +3789,7 @@ package body Make is
if Gprbuild = null then
Fail_Program
("project files are no longer supported by gnamake;" &
("project files are no longer supported by gnatmake;" &
" use gprbuild instead");
end if;
......
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