* Makefile.am (clean-nat): New target.

From-SVN: r49443
This commit is contained in:
Jason Merrill 2002-02-02 13:23:02 -05:00 committed by Jason Merrill
parent 444c52f90f
commit 1acce4c771
2 changed files with 8 additions and 0 deletions

View 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.

View 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: