FYI: Second build fix

[email protected] Mon, 06 Feb 2006 11:19:55 +0100
Newsgroups gmane.comp.java.classpath.tools.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------020402090600020805000203
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit


2006-02-06  Audrius Meskauskas  <[email protected]>

  * Makefile.am (gnu/localegen/PropertiesGenerator.java):
     Removed whitespace after this entry.

--------------020402090600020805000203
Content-Type: text/x-patch;
 name="Make2.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Make2.patch"

Index: Makefile.am
===================================================================
RCS file: /sources/classpath/cp-tools/Makefile.am,v
retrieving revision 1.5
diff -u -r1.5 Makefile.am
--- Makefile.am	6 Feb 2006 10:11:56 -0000	1.5
+++ Makefile.am	6 Feb 2006 10:18:52 -0000
@@ -77,7 +77,7 @@
 	src/gnu/ldml/ParseException.java \
 	src/gnu/ldml/Parser.java \
 	src/gnu/ldml/ResetElement.java \
-        src/gnu/localegen/PropertiesGenerator.java \	
+        src/gnu/localegen/PropertiesGenerator.java \
 	src/gnu/localegen/CollationInterpreter.java \
 	src/gnu/localegen/JavaGenerator.java \
 	src/gnu/localegen/Main.java

--------------020402090600020805000203
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Cp-tools-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/cp-tools-commit

--------------020402090600020805000203--