Makefile.in (insn-*.[ch], [...]): When using a trailing semicolon to force a rule...
authorBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 26 Jan 1993 18:45:24 +0000 (13:45 -0500)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 26 Jan 1993 18:45:24 +0000 (13:45 -0500)
commit7bd95cc1d33d352a542de764e22434cd413b4d4f
tree3f30aa69b100442d338165b1dea257a9772b24df
parent293e1467cb5550b0fbaf264584f224012eb9d1c9
Makefile.in (insn-*.[ch], [...]): When using a trailing semicolon to force a rule to not do anything...

        * Makefile.in (insn-*.[ch], protoize.o, unprotoize.o, install): When
        using a trailing semicolon to force a rule to not do anything,
        explicitly run the command `true', to avoid warnings or other
        problems with versions of make which don't like null commands.

From-SVN: r3349
gcc/Makefile.in