From 3e7ead78fab4640d0ca105a9ccf9ec7a5401b360 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 29 Dec 2005 10:09:52 +0000 Subject: correction from ray lai; ok espie --- usr.bin/make/make.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 707d334a22e..33d1e2668fe 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.64 2005/01/15 20:42:49 mbalmer Exp $ +.\" $OpenBSD: make.1,v 1.65 2005/12/29 10:09:51 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -465,7 +465,7 @@ It is also set when there is an implied rule that matches the current dependency in scope. That is, in .Bd -literal -offset indent -\&.SUFFIXES: .c.o +\&.SUFFIXES: .c .o file.o: file.c cmd1 $< -- cgit v1.2.3