aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-11-01 16:47:06 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-11-01 16:47:06 +0000
commit347b93640a0f52c452ba575de200ce3c5f8a06e6 (patch)
tree7ea3c96b996d9794292de66db4ab39deaa296d87 /libjava/ChangeLog
parent6a16a7f0c88f4e5ff69fe60c67a7b5f937ccf817 (diff)
downloadgcc-347b93640a0f52c452ba575de200ce3c5f8a06e6.zip
gcc-347b93640a0f52c452ba575de200ce3c5f8a06e6.tar.gz
gcc-347b93640a0f52c452ba575de200ce3c5f8a06e6.tar.bz2
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (install-exec-hook): Only make a single symlink, and remove the destination before making the link. * configure: Rebuilt. * configure.in: Call AC_PROG_LN_S. From-SVN: r37189
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index a629871..0fe0ed3 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,11 @@
+2000-11-01 Tom Tromey <tromey@cygnus.com>
+
+ * Makefile.in: Rebuilt.
+ * Makefile.am (install-exec-hook): Only make a single symlink, and
+ remove the destination before making the link.
+ * configure: Rebuilt.
+ * configure.in: Call AC_PROG_LN_S.
+
2000-10-31 Warren Levy <warrenl@cygnus.com>
* jni.cc: Added include of java/lang/ThreadGroup.h.