fix bug in section .ORDER of make.1
This commit is contained in:
parent
00e7afeb1b
commit
a541b13903
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: make.1,v 1.191 2011/05/04 21:24:59 wiz Exp $
|
||||
.\" $NetBSD: make.1,v 1.192 2011/05/28 21:53:54 cheusov Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
|
||||
.\"
|
||||
.Dd May 4, 2011
|
||||
.Dd May 29, 2011
|
||||
.Dt MAKE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -1867,7 +1867,7 @@ could be built, unless
|
|||
is built by another part of the dependency graph,
|
||||
the following is a dependency loop:
|
||||
.Bd -literal
|
||||
\&.ORDER: a b
|
||||
\&.ORDER: b a
|
||||
b: a
|
||||
.Ed
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue