aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-30 01:52:21 +0000
committerRichard Stallman <rms@gnu.org>1993-09-30 01:52:21 +0000
commita11826d1fcc30f9183e8c97ffd37c35a7d7e2891 (patch)
treed4773674b89dbd731bf38155f4effab083443b7c /gcc
parentf5a2889838e608feffe4eb6a80b76aa842b7a732 (diff)
downloadgcc-a11826d1fcc30f9183e8c97ffd37c35a7d7e2891.zip
gcc-a11826d1fcc30f9183e8c97ffd37c35a7d7e2891.tar.gz
gcc-a11826d1fcc30f9183e8c97ffd37c35a7d7e2891.tar.bz2
(stamp-bcopname, stamp-bcopcode):
Use shorter names for temporary files. (bc-emit.o): Depend on bc-arity.h. From-SVN: r5536
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index a8efd3a..1e9e459 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1276,7 +1276,7 @@ BI_OBJ=bi-parser.o bi-lexer.o bi-reverse.o
bc-emit.o : bc-emit.c $(CONFIG_H) $(RTL_H) real.h $(BYTECODE_H) \
- bc-opcode.h bc-typecd.h bc-typecd.def bi-run.h bytetypes.h
+ bc-arity.h bc-opcode.h bc-typecd.h bc-typecd.def bi-run.h bytetypes.h
bc-optab.o : bc-optab.c $(CONFIG_H) $(REAL_H) $(BYTECODE_H) \
bc-opcode.h bc-typecd.h bc-typecd.def
@@ -1330,13 +1330,13 @@ stamp-bcarity : $(srcdir)/bytecode.def bi-arity $(srcdir)/move-if-change
bc-opcode.h: stamp-bcopcode ; @true
stamp-bcopcode : $(srcdir)/bytecode.def bi-opcode $(srcdir)/move-if-change
- ./bi-opcode < $(srcdir)/bytecode.def >tmp-bc-opcode.h
- $(srcdir)/move-if-change tmp-bc-opcode.h bc-opcode.h
+ ./bi-opcode < $(srcdir)/bytecode.def >tmp-bcopcd.h
+ $(srcdir)/move-if-change tmp-bcopcd.h bc-opcode.h
bc-opname.h: stamp-bcopname ; @true
stamp-bcopname : $(srcdir)/bytecode.def bi-opname $(srcdir)/move-if-change
- ./bi-opname < $(srcdir)/bytecode.def >tmp-bc-opname.h
- $(srcdir)/move-if-change tmp-bc-opname.h bc-opname.h
+ ./bi-opname < $(srcdir)/bytecode.def >tmp-bcopnm.h
+ $(srcdir)/move-if-change tmp-bcopnm.h bc-opname.h
bytecode.mostlyclean:
-rm -f bc-arity.h bc-opcode.h bc-opname.h