[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
This commit is contained in:
Tom Tromey 2019-09-18 08:32:00 +00:00 committed by Pierre-Marie de Rodat
parent 600db6ca89
commit e42183e72b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;