[Ada] Fix typo in error message
authorTom Tromey <tromey@adacore.com>
Wed, 18 Sep 2019 08:32:00 +0000 (08:32 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 18 Sep 2019 08:32:00 +0000 (08:32 +0000)
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

gcc/ada/ChangeLog
gcc/ada/make.adb

index 02628c9..c13fa24 100644 (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
index 3c9df7e..377072c 100644 (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;