[ecj] Fix broken stuff

Gary Benson gbenson@redhat.com
Mon Dec 18 10:13:00 GMT 2006


Hi all,

This commit moves a ChangeLog entry to the right ChangeLog
and fixes a typo in a Makefile.

Cheers,
Gary
-------------- next part --------------
Index: ChangeLog.gcj
===================================================================
--- ChangeLog.gcj	(revision 120002)
+++ ChangeLog.gcj	(working copy)
@@ -1,3 +1,14 @@
+2006-12-18  Gary Benson  <gbenson@redhat.com>
+
+	* tools/Makefile.am: Fix typo.
+	* tools/Makefile.in: Rebuilt.
+
+2006-12-15  Andrew Haley  <aph@redhat.com>
+
+	* tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
+	Create all-classes.lst that contains all source filenames.
+	Delete asm.lst.
+
 2006-12-15  Tom Tromey  <tromey@redhat.com>
 
 	* configure, lib/Makefile.in: Rebuilt.
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 120002)
+++ ChangeLog	(working copy)
@@ -1,9 +1,3 @@
-2006-12-15  Andrew Haley  <aph@redhat.com>
-
-	* tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
-	Create all-classes.lst that contains all source filenames.
-	Delete asm.lst.
-
 2006-12-14  Andrew Haley  <aph@redhat.com>
 
 	* tools/gnu/classpath/tools/jar/Creator.java: Close the
Index: tools/Makefile.am
===================================================================
--- tools/Makefile.am	(revision 120002)
+++ tools/Makefile.am	(working copy)
@@ -1,4 +1,4 @@
-g## Input file for automake to generate the Makefile.in used by configure
+## Input file for automake to generate the Makefile.in used by configure
 
 ## GCJ LOCAL: use srcdir to find core classes.
 GLIBJ_BOOTCLASSPATH='$(top_srcdir)/lib'
Index: tools/Makefile.in
===================================================================
--- tools/Makefile.in	(revision 120002)
+++ tools/Makefile.in	(working copy)
@@ -1078,7 +1078,6 @@
 	tags uninstall uninstall-TOOLSDATA uninstall-am \
 	uninstall-binPROGRAMS uninstall-binSCRIPTS uninstall-info-am
 
-g## Input file for automake to generate the Makefile.in used by configure
 @FOUND_ECJ_FALSE@@FOUND_GCJ_FALSE@error dunno how to setup the JCOMPILER and compile
 
 # Make sure everything is included in the distribution.


More information about the Java-patches mailing list