diff options
author | Doug Evans <dje@gnu.org> | 1994-04-20 03:32:22 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-04-20 03:32:22 +0000 |
commit | 8309a1bc98e1b6949781fb6ab08c597bc98a8072 (patch) | |
tree | 13932ba1e7c479a6e07a726924fa73765b2f7ec7 /gcc | |
parent | e1d9c157c104b289b82171a43c4cac31aa024b36 (diff) | |
download | gcc-8309a1bc98e1b6949781fb6ab08c597bc98a8072.zip gcc-8309a1bc98e1b6949781fb6ab08c597bc98a8072.tar.gz gcc-8309a1bc98e1b6949781fb6ab08c597bc98a8072.tar.bz2 |
(expr.o): Depend on regs.h.
From-SVN: r7082
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 71ca887..12ac470 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -955,7 +955,7 @@ 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-typecd.def bc-opcode.h bc-optab.h \ bc-emit.h -expr.o : expr.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h \ +expr.o : expr.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h function.h regs.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-typecd.def bc-optab.h \ bc-emit.h modemap.def |