Loks of changes so we can better compile from source.

Loks of changes so we can better compile from source.  See ChangeLog.

From-SVN: r24277
This commit is contained in:
Per Bothner 1998-12-12 13:48:05 -08:00
parent 0b2451813b
commit 4cc4a45b03
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,7 @@ DEFUN(main, (argc, argv),
fprintf (stderr, "Processing %s\n", classname);
if (! output_file)
jcf_dependency_reset ();
classfile_name = find_class (classname, strlen (classname), &jcf, 1);
classfile_name = find_class (classname, strlen (classname), &jcf, 0);
if (classfile_name == NULL)
{
fprintf (stderr, "%s: no such class\n", classname);