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:
parent
cf95c84763
commit
af6ca671a6
3 changed files with 50 additions and 741 deletions
|
@ -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.
|
||||
|
|
|
@ -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
Loading…
Add table
Reference in a new issue