diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-29 10:09:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-29 10:09:52 +0000 |
commit | 3e7ead78fab4640d0ca105a9ccf9ec7a5401b360 (patch) | |
tree | 944567eac084da00356bbcbaad2c346c1f8fa677 | |
parent | 476677859b3f5680ec21862f49f1dbb52e0980a0 (diff) |
correction from ray lai;
ok espie
-rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files 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 $< |