From: Michael Koch Date: Sat, 20 Dec 2003 12:45:11 +0000 (+0000) Subject: Makefile.am (ordinary_java_source_files): Added gnu.java.net.URLParseError.java. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59687e189077b503621c5c0066276f078436e1bf;p=gcc.git Makefile.am (ordinary_java_source_files): Added gnu.java.net.URLParseError.java. 2003-12-20 Michael Koch * Makefile.am (ordinary_java_source_files): Added gnu.java.net.URLParseError.java. * Makefile.in: Regenerated. From-SVN: r74878 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 869b50f3561..b07307df07d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,9 @@ +2003-12-20 Michael Koch + + * Makefile.am (ordinary_java_source_files): + Added gnu.java.net.URLParseError.java. + * Makefile.in: Regenerated. + 2003-12-20 Guilhem Lavaux * gnu/java/net/URLParseError.java: New file. diff --git a/libjava/Makefile.am b/libjava/Makefile.am index e76e64c567c..681f50e5e4d 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -2206,6 +2206,7 @@ gnu/java/locale/LocaleInformation_zh_TW.java \ 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 \ diff --git a/libjava/Makefile.in b/libjava/Makefile.in index f887b94af0f..3f34455c4f2 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -1913,6 +1913,7 @@ gnu/java/locale/LocaleInformation_zh_TW.java \ 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 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \ .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 \