diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-15 15:01:57 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-15 15:01:57 +0000 |
commit | 86a58d7f49baf072530d96dd6b48a0b4f6bca911 (patch) | |
tree | 28780414aa6eae96bfb134b18a3bee72b9b7ff88 /gcc/ada/make.adb | |
parent | b828b315689edb38104fd4e0d938b8736f871194 (diff) | |
download | gcc-86a58d7f49baf072530d96dd6b48a0b4f6bca911.tar.gz |
2008-09-15 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r140370
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@140372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index c85e7ff13b2..20813c07e49 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -4363,7 +4363,7 @@ package body Make is -- directory information. File_Name : constant String := Base_Name (Main); - -- The simple file name of the current main main + -- The simple file name of the current main begin exit when Main = ""; @@ -7220,7 +7220,7 @@ package body Make is elsif Sfile /= No_File then - -- If Put_In_Q is False, we add the source as it it were specified + -- If Put_In_Q is False, we add the source as if it were specified -- on the command line, and we set Put_In_Q to True, so that the -- following sources will be put directly in the queue. This will -- allow parallel compilation processes if -jx switch is used. |