Patch: Makefile bug fix
Tom Tromey
tromey@cygnus.com
Sat May 6 09:24:00 GMT 2000
I'm checking in this fix.
2000-05-06 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.
* Makefile.am (libgcj.zip): Don't pass -L to javac.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/libjava/Makefile.am,v
retrieving revision 1.62
diff -u -r1.62 Makefile.am
--- Makefile.am 2000/05/05 16:11:36 1.62
+++ Makefile.am 2000/05/06 16:21:14
@@ -173,7 +173,7 @@
## 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.
More information about the Java-patches
mailing list