From: Michael Koch Date: Tue, 11 Feb 2003 15:41:31 +0000 (+0000) Subject: 2003-02-11 Michael Koch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68441a3b53f36f37fe060d019d964bf35be99e5e;p=gcc.git 2003-02-11 Michael Koch * Makefile.in (libgcj_la_OBJECTS): Removed natSelctorImpl.la. From-SVN: r62700 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 57cf35c8f22..0490ac796fe 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 Michael Koch + + * Makefile.in + (libgcj_la_OBJECTS): Removed natSelctorImpl.la. + 2003-02-11 Michael Koch * gnu/java/nio/ByteBufferImpl.java: diff --git a/libjava/Makefile.in b/libjava/Makefile.in index de893777ebf..6e66b51f884 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -2384,7 +2384,6 @@ gnu/gcj/runtime/natVMClassLoader.lo gnu/java/nio/natByteBufferImpl.lo \ gnu/java/nio/natCharBufferImpl.lo gnu/java/nio/natDoubleBufferImpl.lo \ gnu/java/nio/natFloatBufferImpl.lo gnu/java/nio/natIntBufferImpl.lo \ gnu/java/nio/natLongBufferImpl.lo \ -gnu/java/nio/natSelectorImpl.lo \ gnu/java/nio/natShortBufferImpl.lo \ java/io/natFile.lo java/io/natFileDescriptor.lo \ java/io/natObjectInputStream.lo \