mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-19 03:53:58 +08:00
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:
parent
7d3b1e8d0e
commit
aca46e2a90
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user