Makefile.in: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Thu, 2 Nov 2000 20:33:05 +0000 (20:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 2 Nov 2000 20:33:05 +0000 (20:33 +0000)
* Makefile.in: Rebuilt.
* Makefile.am (install-exec-hook): Make `.la' link, not `.so'
link.

From-SVN: r37210

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index 89e23c4d1d09311b7ee0ff18707ae15194c306ef..63bf5d139b9853014291fda75abaaf87309fe42b 100644 (file)
@@ -1,3 +1,9 @@
+2000-11-02  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (install-exec-hook): Make `.la' link, not `.so'
+       link.
+
 2000-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
 
        * java/util/AbstractList.java (remove): Comment out modCount increment
index d3fcd9b014ccb1e759d5a1679685a3d55752ac55..fec2f9eaf79711640170a0daa899487328e810df 100644 (file)
@@ -152,8 +152,8 @@ libgcjx_la_LINK = $(LIBLINK)
 install-exec-hook:
        cd $(DESTDIR)$(libdir) && \
        if test -f libgcjx.la; then \
-         rm -f gnu-awt-xlib.so; \
-         $(LN_S) libgcjx.so gnu-awt-xlib.so; \
+         rm -f gnu-awt-xlib.la; \
+         $(LN_S) libgcjx.la gnu-awt-xlib.la; \
        fi
 
 ## Make the .class files depend on the .zip file.  This seems
index 7ebd6cebe939ff22f68d65e60502ddc16fe266a1..2701b583e94b70f7d9e33f34fd4160753221b6f3 100644 (file)
@@ -2253,8 +2253,8 @@ mostlyclean distclean maintainer-clean
 install-exec-hook:
        cd $(DESTDIR)$(libdir) && \
        if test -f libgcjx.la; then \
-         rm -f gnu-awt-xlib.so; \
-         $(LN_S) libgcjx.so gnu-awt-xlib.so; \
+         rm -f gnu-awt-xlib.la; \
+         $(LN_S) libgcjx.la gnu-awt-xlib.la; \
        fi
 
 $(java_source_files:.java=.class): libgcj.zip