* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
This commit is contained in:
parent
f679e5307c
commit
6d0c993e08
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -105,7 +105,6 @@ TAGS: force
|
|||
|
||||
clean:
|
||||
rm -f *.[oa] *~ core
|
||||
rm -f $(ALL)
|
||||
|
||||
distclean mostlyclean maintainer-clean realclean: clean
|
||||
rm -f TAGS
|
||||
|
|
Loading…
Add table
Reference in a new issue