diff options
author | Richard Stallman <rms@gnu.org> | 1993-09-27 23:53:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-09-27 23:53:27 +0000 |
commit | cd7fd6820c6eb32c9f0fc7f6c4b7967c786801cb (patch) | |
tree | 5fe4d2834243e365bdb849f5c7274f90c3d4b3c2 | |
parent | 9e7270cda36572fe35dcd154de6b48ba12405df5 (diff) | |
download | gcc-cd7fd6820c6eb32c9f0fc7f6c4b7967c786801cb.zip gcc-cd7fd6820c6eb32c9f0fc7f6c4b7967c786801cb.tar.gz gcc-cd7fd6820c6eb32c9f0fc7f6c4b7967c786801cb.tar.bz2 |
(stamp-bcopname, stamp-bcopcode, stamp-bcarity):
Renamed from stamp-bc-... to fit in 14 chars.
From-SVN: r5491
-rw-r--r-- | gcc/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 7d48d4c..5f78fb7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1320,20 +1320,20 @@ bi-reverse.o: bi-reverse.c $(srcdir)/bi-defs.h $(srcdir)/bi-reverse.c -bc-arity.h: stamp-bc-arity ; @true -stamp-bc-arity : $(srcdir)/bytecode.def bi-arity $(srcdir)/move-if-change +bc-arity.h: stamp-bcarity ; @true +stamp-bcarity : $(srcdir)/bytecode.def bi-arity $(srcdir)/move-if-change -rm -f bc-arity.h ./bi-arity < $(srcdir)/bytecode.def >tmp-bc-arity.h $(srcdir)/move-if-change tmp-bc-arity.h bc-arity.h -bc-opcode.h: stamp-bc-opcode ; @true -stamp-bc-opcode : $(srcdir)/bytecode.def bi-opcode $(srcdir)/move-if-change +bc-opcode.h: stamp-bcopcode ; @true +stamp-bcopcode : $(srcdir)/bytecode.def bi-opcode $(srcdir)/move-if-change -rm -f bc-opcode.h ./bi-opcode < $(srcdir)/bytecode.def >tmp-bc-opcode.h $(srcdir)/move-if-change tmp-bc-opcode.h bc-opcode.h -bc-opname.h: stamp-bc-opname ; @true -stamp-bc-opname : $(srcdir)/bytecode.def bi-opname $(srcdir)/move-if-change +bc-opname.h: stamp-bcopname ; @true +stamp-bcopname : $(srcdir)/bytecode.def bi-opname $(srcdir)/move-if-change -rm -f bc-opname.h ./bi-opname < $(srcdir)/bytecode.def >tmp-bc-opname.h $(srcdir)/move-if-change tmp-bc-opname.h bc-opname.h |