Build dependencies fix, take 3

Bryce McKinlay bryce@waitaki.otago.ac.nz
Tue Oct 16 09:46:00 GMT 2001


This patch fixes CNI headers to depend on their .class file rather than 
libgcj.jar, and also fixes dependency tracking for native files in 
subdirectories. The problem here was that automake was putting the 
dependency files in the top level of .deps, but looking for them in 
subdirectories under .deps. The solution is to do the same thing for the 
native files in subdirectories as wel already do for .java files.

I've tested this with a full parallel build and it seems to work fine, 
so I'm checking it in.

regards

Bryce.


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: libjava-makefile.patch
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20011016/b82f9260/attachment.ksh>


More information about the Java-patches mailing list