summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-01-15 21:25:06 +0000
committerBen Elliston <bje@au.ibm.com>2004-01-15 21:25:06 +0000
commitf14acfed9ea8807a69d6e76b5d3a933c1380695e (patch)
tree70927c4faac56b221bac757bd64b1cc48b1ff637 /sim
parent9e9d2bd4cef5a0f28076a633d5d9d4715c46d1c5 (diff)
downloadgdb-f14acfed9ea8807a69d6e76b5d3a933c1380695e.tar.gz
* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index c2d75841974..d287cdfe245 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-16 Ben Elliston <bje@wasabisystems.com>
+
+ * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
+
2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* sim-core.c (sim_core_trans_addr): Added for m32r-linux-run.
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in
index d021566ea7c..915598c9c43 100644
--- a/sim/common/Makefile.in
+++ b/sim/common/Makefile.in
@@ -105,7 +105,6 @@ TAGS: force
clean:
rm -f *.[oa] *~ core
- rm -f $(ALL)
distclean mostlyclean maintainer-clean realclean: clean
rm -f TAGS