Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
	* Makefile.am (libgcj-$(gcc_version).jar): Rewrote.

From-SVN: r121363
This commit is contained in:
Tom Tromey 2007-01-30 22:53:40 +00:00 committed by Tom Tromey
parent 78bdbc0647
commit d43b573e77
3 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2007-01-30 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (libgcj-$(gcc_version).jar): Rewrote.
2007-01-30 Andreas Tobler <a.tobler@schweiz.org>
* testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use a

View File

@ -332,8 +332,10 @@ $(propertyo_files): %.lo: classpath/resource/%
libgcj-$(gcc_version).jar: classpath/lib/compile-classes
## Note that this now omits the property files.
## It doesn't matter since we don't use the jar at runtime.
here=`pwd`; cd $(srcdir)/classpath/lib; $(JAR) -cfM \
$$here/libgcj-$(gcc_version).jar gnu java javax org sun
here=`pwd`; cd $(srcdir)/classpath/lib; \
find gnu java javax org sun -name '*.class' -print | \
fgrep -v .svn | \
$(JAR) -cfM@ $$here/libgcj-$(gcc_version).jar
libgcj-tools-$(gcc_version).jar: classpath/tools/tools.zip
cp $< $@

View File

@ -9901,8 +9901,10 @@ $(propertyo_files): %.lo: classpath/resource/%
$(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=)
libgcj-$(gcc_version).jar: classpath/lib/compile-classes
here=`pwd`; cd $(srcdir)/classpath/lib; $(JAR) -cfM \
$$here/libgcj-$(gcc_version).jar gnu java javax org sun
here=`pwd`; cd $(srcdir)/classpath/lib; \
find gnu java javax org sun -name '*.class' -print | \
fgrep -v .svn | \
$(JAR) -cfM@ $$here/libgcj-$(gcc_version).jar
libgcj-tools-$(gcc_version).jar: classpath/tools/tools.zip
cp $< $@