Commit aca46e2a by Tom Tromey Committed by Tom Tromey

Makefile.in: Rebuilt.

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

From-SVN: r37210
parent 7d3b1e8d
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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment