* Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
authorBen Elliston <bje@au.ibm.com>
Thu, 15 Jan 2004 21:25:06 +0000 (21:25 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 15 Jan 2004 21:25:06 +0000 (21:25 +0000)
sim/common/ChangeLog
sim/common/Makefile.in

index c2d7584..d287cdf 100644 (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.
index d021566..915598c 100644 (file)
@@ -105,7 +105,6 @@ TAGS: force
 
 clean:
        rm -f *.[oa] *~ core
-       rm -f $(ALL)
 
 distclean mostlyclean maintainer-clean realclean: clean
        rm -f TAGS