aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-05-11 12:33:49 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-05-11 12:33:49 +0000
commitfc9527b301d77cc5a274194734020db43145e878 (patch)
tree9548e1c20c3c314e98a5fb7253d4297f76cd0cf1
parentf994389bf8e816de08daeb8bfdcf0b75cfe80919 (diff)
downloadgcc-fc9527b301d77cc5a274194734020db43145e878.zip
gcc-fc9527b301d77cc5a274194734020db43145e878.tar.gz
gcc-fc9527b301d77cc5a274194734020db43145e878.tar.bz2
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed and it causes problems with libtool. From-SVN: r26886
-rw-r--r--libjava/ChangeLog4
-rw-r--r--libjava/Makefile.am5
-rw-r--r--libjava/Makefile.in2
3 files changed, 7 insertions, 4 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index ca5ac59..6613033 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,9 @@
1999-05-11 Tom Tromey <tromey@cygnus.com>
+ * Makefile.in: Rebuilt.
+ * Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed
+ and it causes problems with libtool.
+
* Makefile.in, configure: Rebuilt.
* Makefile.am (jv_convert_LDFLAGS): Removed -nodefaultlibs.
(jv_convert_LDADD): Added ZLIBS. Removed -lm, -lc, -lgcc.
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index e852807..616f375 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -267,10 +267,9 @@ jv_convert_LINK = $(LIBTOOL) --mode=link $(GCJ) $(JC1FLAGS) $(LDFLAGS) \
-o jv-convert
## We explicitly link in the libraries we need. This way we don't
## need -nodefaultlibs, so we can still rely on gcj picking up the
-## system libraries we need (via the specs file). The -L. finds the
-## specs file for us.
+## system libraries we need (via the specs file).
jv_convert_LDADD = $(convert_source_files:.java=.lo) libgcj.la \
- $(GCLIBS) $(THREADLIBS) $(ZLIBS) -L.
+ $(GCLIBS) $(THREADLIBS) $(ZLIBS)
jv_convert_DEPENDENCIES = $(convert_source_files:.java=.lo) \
$(GCDEPS) $(THREADDEPS) $(ZDEPS) libgcj.la
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index 41c9107..09aabc5 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -199,7 +199,7 @@ jv_convert_LINK = $(LIBTOOL) --mode=link $(GCJ) $(JC1FLAGS) $(LDFLAGS) \
-o jv-convert
jv_convert_LDADD = $(convert_source_files:.java=.lo) libgcj.la \
- $(GCLIBS) $(THREADLIBS) $(ZLIBS) -L.
+ $(GCLIBS) $(THREADLIBS) $(ZLIBS)
jv_convert_DEPENDENCIES = $(convert_source_files:.java=.lo) \
$(GCDEPS) $(THREADDEPS) $(ZDEPS) libgcj.la