OSDN Git Service

* Makefile.am (clean-nat): New target.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2002 18:23:02 +0000 (18:23 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Feb 2002 18:23:02 +0000 (18:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49443 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/Makefile.am

index bef9b8e..83917b0 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-02  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.am (clean-nat): New target.
+
 2002-02-02  Tom Tromey  <tromey@redhat.com>
 
        * java/io/natFile.cc: Removed old "FIXME" comments.
index 3d71f33..1edb764 100644 (file)
@@ -203,6 +203,10 @@ clean-local:
 ## We just remove every .class file that was created.
        find . -name '*.class' -print | xargs rm -f
 
+# Just remove the objects from C++ sources, for testing the C++ compiler.
+clean-nat:
+       rm -f $(nat_files) $(x_nat_files)
+
 SUFFIXES = .class .java .h
 
 .class.lo: