diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-01-15 21:25:06 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-01-15 21:25:06 +0000 |
commit | 6d0c993e083b74f8cff8ab4cf92cf3acd29de730 (patch) | |
tree | 92d70cc9f9a1ee4e64e213f0f497ad6de3898e82 /sim | |
parent | f679e5307ccac99821239bcf1ccbc1ebd7ad4f1c (diff) | |
download | fsf-binutils-gdb-6d0c993e083b74f8cff8ab4cf92cf3acd29de730.zip fsf-binutils-gdb-6d0c993e083b74f8cff8ab4cf92cf3acd29de730.tar.gz fsf-binutils-gdb-6d0c993e083b74f8cff8ab4cf92cf3acd29de730.tar.bz2 |
* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index c2d7584..d287cdf 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 d021566..915598c 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 |