Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
	* Makefile.am (install-exec-hook): Make `.la' link, not `.so'
	link.

From-SVN: r37210
This commit is contained in:
Tom Tromey 2000-11-02 20:33:05 +00:00 committed by Tom Tromey
parent 7d3b1e8d0e
commit aca46e2a90
3 changed files with 10 additions and 4 deletions

View 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

View 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

View 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