Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 10/31/1998 19:05:04
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.