diff options
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index c1afc14e17d..1d96af98189 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -2979,7 +2979,9 @@ package body Make is Comp_Next := Comp_Next + 1; -- Optimize the simple case where the gcc command line looks like - -- gcc -c -I. ... -I- file.adb --into-> gcc -c ... file.adb + -- gcc -c -I. ... -I- file.adb + -- into + -- gcc -c ... file.adb if Args (Args'First).all = "-I" & Normalized_CWD and then Args (Args'Last).all = "-I-" |