diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-14 08:09:31 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-14 08:09:31 -0600 |
commit | 1cd93963873b1d21f25513d2ef7ce47b004dc845 (patch) | |
tree | eb777d421b48c4db6c7761fbab8e2c1f4306f9db /gcc | |
parent | 9a0d1e1b11fc8a7fd41f038d7b243b6d2573ed64 (diff) | |
download | gcc-1cd93963873b1d21f25513d2ef7ce47b004dc845.zip gcc-1cd93963873b1d21f25513d2ef7ce47b004dc845.tar.gz gcc-1cd93963873b1d21f25513d2ef7ce47b004dc845.tar.bz2 |
Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
8
* Makefile.in (expr.o): Remove dependency on deleted modemap.def file.
From-SVN: r19747
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 f318d35..e368cf4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1361,7 +1361,7 @@ except.o : except.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \ insn-config.h $(RECOG_H) output.h except.h toplev.h expr.o : expr.c $(CONFIG_H) system.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 hard-reg-set.h toplev.h modemap.def hard-reg-set.h except.h + typeclass.h hard-reg-set.h toplev.h hard-reg-set.h except.h calls.o : calls.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h expr.h \ insn-codes.h insn-flags.h regs.h toplev.h output.h expmed.o : expmed.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \ |