From: Richard Stallman Date: Mon, 22 Mar 1993 07:11:36 +0000 (+0000) Subject: Comment change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=424aa086e1ad70390321e559c037d6038d994bbf;p=gcc.git Comment change. From-SVN: r3825 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2a16c5f0970..c526be44aa5 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,