This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: minor Makefile.am cleanup
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 19 Apr 2006 16:56:53 -0600
- Subject: Patch: FYI: minor Makefile.am cleanup
- Reply-to: tromey at redhat dot com
I'm checking this in.
This removes some leftover stuff from Makefile.am.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (CLEANFILES): Removed all_java_filelist_files,
all_java_deps_files.
Index: Makefile.am
===================================================================
--- Makefile.am (revision 113081)
+++ Makefile.am (working copy)
@@ -327,8 +327,7 @@
cd classpath/lib; $(JAR) -cfM \
../../libgcj-$(gcc_version).jar gnu java javax org
-CLEANFILES = libgcj-$(gcc_version).jar \
- $(all_java_deps_files) $(all_java_filelist_files)
+CLEANFILES = libgcj-$(gcc_version).jar
DISTCLEANFILES = native.dirs
mostlyclean-local: