Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/15/1999 17:49:49
Module Name: basesrc
Committed By: mycroft
Date: Thu Sep 16 00:49:49 UTC 1999
Modified Files:
basesrc/usr.bin/make: compat.c
Log Message:
Fix a bug in the previous. In the `compat' case, we don't actually use the
list of target nodes returned by Make_ExpandUse(). We have to search the
cohorts explicitly while iterating through the tree. So, tweak CompatMake()
to do this.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/make/compat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.