aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/make.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r--gcc/ada/make.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb
index 15b6330..a426df6 100644
--- a/gcc/ada/make.adb
+++ b/gcc/ada/make.adb
@@ -73,6 +73,7 @@ with Ada.Directories;
with Ada.Exceptions; use Ada.Exceptions;
with GNAT.Case_Util; use GNAT.Case_Util;
+with GNAT.Command_Line; use GNAT.Command_Line;
with GNAT.Directory_Operations; use GNAT.Directory_Operations;
with GNAT.Dynamic_HTables; use GNAT.Dynamic_HTables;
with GNAT.OS_Lib; use GNAT.OS_Lib;
@@ -5861,7 +5862,7 @@ package body Make is
if Argument_Count = 0 then
Usage;
else
- Write_Line ("type ""gnatmake --help"" for help");
+ Try_Help;
end if;
Finish_Program (Project_Tree, E_Success);