Commit af6ca671 by Bryce McKinlay Committed by Bryce McKinlay

Makefile.am: Make inner class CNI headers depend on libgcj.zip only.

2000-08-03  Bryce McKinlay  <bryce@albatross.co.nz>

	* Makefile.am: Make inner class CNI headers depend on libgcj.zip
	only.
	Fixes "make -j" builds.
	* Makefile.in: Rebuild.

From-SVN: r35441
parent cf95c847
2000-08-03 Bryce McKinlay <bryce@albatross.co.nz>
* Makefile.am: Make inner class CNI headers depend on libgcj.zip only.
Fixes "make -j" builds.
* Makefile.in: Rebuild.
2000-08-02 Tom Tromey <tromey@cygnus.com>
* Makefile.in: Rebuilt.
......
......@@ -284,11 +284,11 @@ gnu/gcj/runtime/VMClassLoader.h: gnu/gcj/runtime/VMClassLoader.class libgcj.zip
-friend 'java::lang::ClassLoader;' \
$(basename $<)
java/io/ObjectInputStream$$GetField.h: java/io/ObjectInputStream$$GetField.class libgcj.zip
java/io/ObjectInputStream$$GetField.h: libgcj.zip
$(GCJH) -classpath $(top_builddir) \
'java/io/ObjectInputStream$$GetField'
java/io/ObjectOutputStream$$PutField.h: java/io/ObjectOutputStream$$PutField.class libgcj.zip
java/io/ObjectOutputStream$$PutField.h: libgcj.zip
$(GCJH) -classpath $(top_builddir) \
'java/io/ObjectOutputStream$$PutField'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment