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
This commit is contained in:
Bryce McKinlay 2000-08-03 06:48:34 +00:00 committed by Bryce McKinlay
parent cf95c84763
commit af6ca671a6
3 changed files with 50 additions and 741 deletions

View file

@ -1,3 +1,9 @@
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.

View file

@ -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'

File diff suppressed because one or more lines are too long