The following patch has entered ftp.classpath.org. ftp://ftp.classpath.org/pub/patches/cbj-19981223-0.patch.gz README follows: ------------------------------------------------------------------------ Patch: cbj-19981223-0.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. 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/ |------------------------------

