* Makefile.am (clean-nat): New target.
authorJason Merrill <jason@redhat.com>
Sat, 2 Feb 2002 18:23:02 +0000 (13:23 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 2 Feb 2002 18:23:02 +0000 (13:23 -0500)
From-SVN: r49443

libjava/ChangeLog
libjava/Makefile.am

index bef9b8e4151faa13b12d4a5468cf15a36d8a2919..83917b075bc458eaff91c93a71ac4bec0197fa1b 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 3d71f33307554800b1efea634c5dff1109c38c8f..1edb764e6e2fa8095f4976cd9e8eb2d1e0fe57f3 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: