This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
FYI: Patch: Makefile.am
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Sat, 20 Dec 2003 13:49:31 +0100
- Subject: FYI: Patch: Makefile.am
Hi list,
I commited the attached patch to include the compilation of the new file gnu/
java/net/URLParseError.java.
Michael
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.2471
diff -u -b -B -r1.2471 ChangeLog
--- ChangeLog 20 Dec 2003 12:28:24 -0000 1.2471
+++ ChangeLog 20 Dec 2003 12:44:47 -0000
@@ -1,3 +1,9 @@
+2003-12-20 Michael Koch <konqueror@gmx.de>
+
+ * Makefile.am (ordinary_java_source_files):
+ Added gnu.java.net.URLParseError.java.
+ * Makefile.in: Regenerated.
+
2003-12-20 Guilhem Lavaux <guilhem@kaffe.org>
* gnu/java/net/URLParseError.java: New file.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.341
diff -u -b -B -r1.341 Makefile.am
--- Makefile.am 19 Dec 2003 20:41:58 -0000 1.341
+++ Makefile.am 20 Dec 2003 12:44:48 -0000
@@ -2206,6 +2206,7 @@
gnu/java/math/MPN.java \
gnu/java/net/PlainDatagramSocketImpl.java \
gnu/java/net/PlainSocketImpl.java \
+gnu/java/net/URLParseError.java \
gnu/java/net/protocol/core/Connection.java \
gnu/java/net/protocol/core/Handler.java \
gnu/java/net/protocol/core/CoreInputStream.java \
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.in,v
retrieving revision 1.365
diff -u -b -B -r1.365 Makefile.in
--- Makefile.in 19 Dec 2003 20:41:58 -0000 1.365
+++ Makefile.in 20 Dec 2003 12:44:50 -0000
@@ -1913,6 +1913,7 @@
gnu/java/math/MPN.java \
gnu/java/net/PlainDatagramSocketImpl.java \
gnu/java/net/PlainSocketImpl.java \
+gnu/java/net/URLParseError.java \
gnu/java/net/protocol/core/Connection.java \
gnu/java/net/protocol/core/Handler.java \
gnu/java/net/protocol/core/CoreInputStream.java \
@@ -3051,7 +3052,7 @@
.deps/gnu/java/locale/LocaleInformation_zh_SG.P \
.deps/gnu/java/locale/LocaleInformation_zh_TW.P \
.deps/gnu/java/math/MPN.P .deps/gnu/java/net/PlainDatagramSocketImpl.P \
-.deps/gnu/java/net/PlainSocketImpl.P \
+.deps/gnu/java/net/PlainSocketImpl.P .deps/gnu/java/net/URLParseError.P \
.deps/gnu/java/net/natPlainDatagramSocketImpl.P \
.deps/gnu/java/net/natPlainSocketImpl.P \
.deps/gnu/java/net/protocol/core/Connection.P \