From 452b380811f1d3d5f48b2e743f2fea3d4d981ea8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 7 Feb 1998 06:24:51 +0000 Subject: [PATCH] Fix double dependency for itable.[hc]. Was causing both the mips16 and the normal mips simulators to be built. --- sim/mips/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index a823f12917..9c9d2b90d6 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 7 17:16:20 1998 Andrew Cagney + + * Makefile.in (itable.h itable.c): Depend on SIM_@sim_gen@_ALL. + Tue Feb 3 11:36:02 1998 Andrew Cagney * interp.c (ifetch16): New function.