aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-01-08 21:34:59 +0000
committerTom Tromey <tromey@gcc.gnu.org>2002-01-08 21:34:59 +0000
commit1e7fcb11d06e437375b6661838cef50c63f52766 (patch)
tree93f16464721eddcb8ef7e0c8a2e0212b171cbb61 /libjava/Makefile.in
parent2b521fa72ea1b694ec6fa9893ebec98979e4da68 (diff)
downloadgcc-1e7fcb11d06e437375b6661838cef50c63f52766.zip
gcc-1e7fcb11d06e437375b6661838cef50c63f52766.tar.gz
gcc-1e7fcb11d06e437375b6661838cef50c63f52766.tar.bz2
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (jv_convert_LDADD): Removed convert_source_files. From-SVN: r48663
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index 058ee1d..75bc6ad 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -263,9 +263,7 @@ jv_convert_LDFLAGS = --main=gnu.gcj.convert.Convert \
-rpath $(toolexeclibdir) -shared-libgcc
jv_convert_LINK = $(GCJLINK)
-jv_convert_LDADD = $(convert_source_files:.java=.lo) libgcj.la \
- $(GCLIBS) $(THREADLIBS) $(ZLIBS) -L$(here)/.libs
-
+jv_convert_LDADD = libgcj.la $(GCLIBS) $(THREADLIBS) $(ZLIBS) -L$(here)/.libs
jv_convert_DEPENDENCIES = $(convert_source_files:.java=.lo) \
$(GCDEPS) $(THREADDEPS) $(ZDEPS) libgcj.la libgcj.spec