This patch replaces the previous patch and also fixes a bug in the --native of JavaDeps-1.0.4. I wouldn't have posted the previous patch had I known I would need to fix this as well. The previous patch will be removed from the ftp site. cbj-19981223-1.patch.README ----------------------------------------------------------------------- Patch: cbj-19981223-1.patch For: JavaDeps-1.0.4 (http://www.cs.mcgill.ca/~stever/software/JavaDeps/) Author: Brian Jones <[EMAIL PROTECTED]> Dependencies: no previously applied patches Purpose: To remove `make' error ".deps:2868: *** commands commence before first target. Stop." A space after the line continuation character is causing the problem with the STUBS variable. To remove a bug from JavaDeps where using --native would cause it to try to create headers for files importing or otherwise graphically linking to another class which has a native method. Directions: Apply the patch to your installation of JavaDeps-1.0.4 and recompile DepTable.java. % cd JavaDeps-1.0.4; javac -d . DepTable.java Now repackage the jar file. % mv jdeps.jar jdeps.jar.orig; jar -cvf jdeps.jar smr Brian -- |-------------------------------|Software Engineer |Brian Jones |[EMAIL PROTECTED] |[EMAIL PROTECTED] |http://www.nortel.net |http://www.classpath.org/ |------------------------------

