* Makefile.am (clean-nat): New target.
From-SVN: r49443
This commit is contained in:
parent
444c52f90f
commit
1acce4c771
@ -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>
|
2002-02-02 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* java/io/natFile.cc: Removed old "FIXME" comments.
|
* java/io/natFile.cc: Removed old "FIXME" comments.
|
||||||
|
@ -203,6 +203,10 @@ clean-local:
|
|||||||
## We just remove every .class file that was created.
|
## We just remove every .class file that was created.
|
||||||
find . -name '*.class' -print | xargs rm -f
|
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
|
SUFFIXES = .class .java .h
|
||||||
|
|
||||||
.class.lo:
|
.class.lo:
|
||||||
|
Loading…
Reference in New Issue
Block a user