]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Tue, 11 May 1999 12:33:49 +0000 (12:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 11 May 1999 12:33:49 +0000 (12:33 +0000)
* Makefile.in: Rebuilt.
* Makefile.am (jv_convert_LDADD): Removed `-L.'; it is not needed
and it causes problems with libtool.

From-SVN: r26886

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index ca5ac59746c1740d08cd6c1d0e679119d841c7dc..66130339c312c61bf7fc17618b34c8853ac9eaac 100644 (file)
@@ -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.
index e852807a6f0ebfccd54d53a794ae3cf6adf5cceb..616f375aaaa99a49e2a5055037295a75bdf30ff5 100644 (file)
@@ -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
 
index 41c91075b4197f2c127a61b981f98f7d893bbb3f..09aabc5dcc93b37f76c5b5a07295edc29478af3b 100644 (file)
@@ -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