* 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 c2d758419741920c369ed742b23e6aca296ac923..d287cdfe2458d4045b4e3e04ce86d548bb9c1536 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.
 2003-12-19  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
 
        * sim-core.c (sim_core_trans_addr): Added for m32r-linux-run.
index d021566ea7c0fd9469382d031204ea120fd3b8ba..915598c9c43c69b93bc8343f5c5dac3d70d74b8c 100644 (file)
@@ -105,7 +105,6 @@ TAGS: force
 
 clean:
        rm -f *.[oa] *~ core
 
 clean:
        rm -f *.[oa] *~ core
-       rm -f $(ALL)
 
 distclean mostlyclean maintainer-clean realclean: clean
        rm -f TAGS
 
 distclean mostlyclean maintainer-clean realclean: clean
        rm -f TAGS
This page took 0.03126 seconds and 4 git commands to generate.