Module Name: src Committed By: itohy Date: Sun Nov 1 03:05:03 UTC 1998 Modified Files: src/usr.bin/make: suff.c Log Message: If the target name is shorter than the suffix, the previous garbage bytes may be read. Example: "make n" --- target = n, suffix = .ln Changing interface of SuffSuffIsSuffix() is required to fix this bug.