diff options
author | Marc Poulhiès <poulhies@adacore.com> | 2024-10-29 11:33:43 +0100 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2024-11-12 14:05:48 +0100 |
commit | de6fe61839ff78f05580c553e4f87507166ef160 (patch) | |
tree | 07e6db85bdd99370c6a67554661ba240201d958b /gcc | |
parent | c77a2cf0ec892256ef47edf373607d3b0a807210 (diff) | |
download | gcc-de6fe61839ff78f05580c553e4f87507166ef160.zip gcc-de6fe61839ff78f05580c553e4f87507166ef160.tar.gz gcc-de6fe61839ff78f05580c553e4f87507166ef160.tar.bz2 |
ada: Typo fix in comment
gcc/ada/ChangeLog:
* gcc-interface/Makefile.in: Remove extra 'with'.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 12f9d65..2381476 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -496,7 +496,7 @@ gnatmake-re: ../stamp-tools $(GNATLINK) -v gnatmake -o ../../gnatmake$(exeext) \ --GCC="$(CC) $(ADA_INCLUDES)" --LINK="$(GCC_LINK)" $(TOOLS_LIBS) -# Note the use of the "mv" command in order to allow gnatlink to be linked with +# Note the use of the "mv" command in order to allow gnatlink to be linked # with the former version of gnatlink itself which cannot override itself. # gnatlink-re cannot be run at the same time as gnatmake-re, hence the # dependency |