aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/mips/ChangeLog5
-rw-r--r--sim/mips/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 9939dc7..a506324 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 27 22:02:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
+ * Makefile.in: Don't delete *.igen when cleaning directory.
+
Wed Jul 19 18:50:51 2000 Andrew Cagney <cagney@b1.cygnus.com>
* m16.igen (break): Call SignalException not sim_engine_halt.
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index 3e4bd5f..9883175 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -289,5 +289,5 @@ clean-extra:
rm -f $(BUILT_SRC_FROM_IGEN)
rm -f $(BUILT_SRC_FROM_M16)
rm -f tmp-*
- rm -f m16* m32* itable*
+ rm -f m16*.o m32*.o itable*.o