diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-22 07:11:36 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-22 07:11:36 +0000 |
commit | 424aa086e1ad70390321e559c037d6038d994bbf (patch) | |
tree | 4602ca6abdb8f4653b06512be084b7cb7b6c5244 | |
parent | 2b5995275004a0099be1281557f0c13810f18734 (diff) | |
download | gcc-424aa086e1ad70390321e559c037d6038d994bbf.zip gcc-424aa086e1ad70390321e559c037d6038d994bbf.tar.gz gcc-424aa086e1ad70390321e559c037d6038d994bbf.tar.bz2 |
Comment change.
From-SVN: r3825
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2a16c5f..c526be4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -953,7 +953,7 @@ alloca.o: alloca.c # because insn-* is older than stamp-* # and thus make -n thinks that insn-* will be updated # and force recompilation of things that depend on it. -# We use move-if-changed precisely to avoid such recompilation. +# We use move-if-change precisely to avoid such recompilation. # But there is no way to teach make -n that it will be avoided. # Each of the insn-*.[ch] rules has a semicolon at the end, |