From: Ben Elliston Date: Thu, 15 Jan 2004 21:25:06 +0000 (+0000) Subject: * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d0c993e083b74f8cff8ab4cf92cf3acd29de730;p=binutils-gdb.git * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty. --- 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 + + * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty. + 2003-12-19 Kazuhiro Inaoka * 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