From 5b7ded0d786f0c846bde6c1bf118778f909c6b10 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 23 Sep 1993 17:06:17 +0000 Subject: [PATCH] (stmt.o): Fix typo. From-SVN: r5434 --- gcc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1a8c425687e..2b419cd3df8 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -927,8 +927,8 @@ function.o : function.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \ insn-flags.h insn-codes.h expr.h regs.h hard-reg-set.h insn-config.h \ recog.h output.h bytecode.h stmt.o : stmt.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \ - insn-flags.h insn-config.h insn-codes.h hard-reg-set.h expr.h loop.h recog.h - bytecode.h bc-typecd.h bc-opcode.h bc-optab.h bc-emit.h + insn-flags.h insn-config.h insn-codes.h hard-reg-set.h expr.h loop.h \ + recog.h bytecode.h bc-typecd.h bc-opcode.h bc-optab.h bc-emit.h expr.o : expr.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \ insn-flags.h insn-codes.h expr.h insn-config.h recog.h output.h typeclass.h \ bytecode.h bc-opcode.h bc-typecd.h bc-optab.h bc-emit.h modemap.def -- 2.30.2