* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.

This commit is contained in:
Ben Elliston 2004-01-15 21:25:06 +00:00
parent f679e5307c
commit 6d0c993e08
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -105,7 +105,6 @@ TAGS: force
clean:
rm -f *.[oa] *~ core
rm -f $(ALL)
distclean mostlyclean maintainer-clean realclean: clean
rm -f TAGS