Commit ef2aac99 by Tom Tromey Committed by Tom Tromey

Make-lang.in (java.mostlyclean): Remove executables in `mostlyclean'.

	* Make-lang.in (java.mostlyclean): Remove executables in
	`mostlyclean'.

From-SVN: r31776
parent 14447d96
2000-02-03 Tom Tromey <tromey@cygnus.com>
* Make-lang.in (java.mostlyclean): Remove executables in
`mostlyclean'.
2000-01-31 Scott Bambrough <scottb@netwinder.org>
* gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
......
# Top level makefile fragment for the GNU compiler for the Java(TM)
# language.
# Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc.
# Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
#This file is part of GNU CC.
......@@ -176,6 +176,7 @@ java.install-info:
java.mostlyclean:
-rm -f java/*$(objext) $(DEMANGLER_PROG)
-rm -f jc1$(exeext) $(GCJ)$(exeext) jvgenmain$(exeext) gcjh$(exeext) jv-scan$(exeext) jcf-dump$(exeext)
java.clean:
java.distclean:
-rm -f java/config.status java/Makefile
......
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