Commit 1acce4c7 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r49443
parent 444c52f9
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.
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment