mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 11:17:22 +08:00
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (libgcj.zip): Don't pass -L to javac. From-SVN: r33728
This commit is contained in:
parent
846cf1223e
commit
fad163ed2f
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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 '*/'
|
||||
|
Loading…
Reference in New Issue
Block a user