From 015fbc5c16c939f2e9436b29b2f69a7fa6090ff6 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Wed, 30 Jul 2008 15:02:21 +0200 Subject: [PATCH] make.adb: Minor reformatting 2008-07-30 Robert Dewar * make.adb: Minor reformatting From-SVN: r138302 --- gcc/ada/make.adb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 3ae13fc84ae..7d055096832 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -659,21 +659,21 @@ package body Make is -- Compiler, Binder & Linker Data and Subprograms -- ---------------------------------------------------- - Gcc : String_Access := Program_Name ("gcc", "gnatmake"); - Gnatbind : String_Access := Program_Name ("gnatbind", "gnatmake"); - Gnatlink : String_Access := Program_Name ("gnatlink", "gnatmake"); + Gcc : String_Access := Program_Name ("gcc", "gnatmake"); + Gnatbind : String_Access := Program_Name ("gnatbind", "gnatmake"); + Gnatlink : String_Access := Program_Name ("gnatlink", "gnatmake"); -- Default compiler, binder, linker programs - Saved_Gcc : String_Access := null; - Saved_Gnatbind : String_Access := null; - Saved_Gnatlink : String_Access := null; + Saved_Gcc : String_Access := null; + Saved_Gnatbind : String_Access := null; + Saved_Gnatlink : String_Access := null; -- Given by the command line. Will be used, if non null - Gcc_Path : String_Access := + Gcc_Path : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path (Gcc.all); - Gnatbind_Path : String_Access := + Gnatbind_Path : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path (Gnatbind.all); - Gnatlink_Path : String_Access := + Gnatlink_Path : String_Access := GNAT.OS_Lib.Locate_Exec_On_Path (Gnatlink.all); -- Path for compiler, binder, linker programs, defaulted now for gnatdist. -- Changed later if overridden on command line. -- 2.30.2