Makefile.in: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Sat, 6 May 2000 16:25:13 +0000 (16:25 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 6 May 2000 16:25:13 +0000 (16:25 +0000)
* Makefile.in: Rebuilt.
* Makefile.am (libgcj.zip): Don't pass -L to javac.

From-SVN: r33728

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

index f26689af4ff9e057c2e0358febb70e0a736ede19..a458b4d13e6e67fe44c6af2812352154e04adffd 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-06  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (libgcj.zip): Don't pass -L to javac.
+
 2000-05-05  Tom Tromey  <tromey@cygnus.com>
 
        Fix for PR libgcj/220:
index b243822c0da0ac6ab229ac78ea26764445027a2b..614f870f74b566e2e26cf34ba8da43ba4fdf7445 100644 (file)
@@ -173,7 +173,7 @@ libgcj.zip: $(java_source_files) $(cond_awt_java_source_files)
 ## This little nastiness is here so that the backquoted stuff in the
 ## GCJ definition can be correctly expanded, if required.
        javac="$(JAVAC)"; cd $(srcdir); \
-         $$javac -L$(here) $(JCFLAGS) -classpath $(here):`/bin/pwd` -d $(here) \
+         $$javac $(JCFLAGS) -classpath $(here):`/bin/pwd` -d $(here) \
            $(subst $(srcdir)/,,$?)
        -@rm -f libgcj.zip
 ## Note that we explicitly want to include directory information.
index ef81c3e9f5c2a41ff95e89b69d2a7736f49c8658..027af04e9013950cb7419e94f8756a64d1ca6410 100644 (file)
@@ -1708,7 +1708,7 @@ $(built_java_source_files:.java=.class): $(built_java_source_files)
 libgcj.zip: $(java_source_files) $(cond_awt_java_source_files)
        $(MAKE) $(built_java_source_files:.java=.class)
        javac="$(JAVAC)"; cd $(srcdir); \
-         $$javac -L$(here) $(JCFLAGS) -classpath $(here):`/bin/pwd` -d $(here) \
+         $$javac $(JCFLAGS) -classpath $(here):`/bin/pwd` -d $(here) \
            $(subst $(srcdir)/,,$?)
        -@rm -f libgcj.zip
        $(ZIP) -r libgcj java gnu -n .class -i '*.class' -i '*/'