diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-12-31 07:22:55 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-12-31 07:22:55 +0000 |
| commit | 1bfbae3533832f536c1fb9af13aa8dac2bd19947 (patch) | |
| tree | b4f98e20408c5b8d3f7fec4407ae4f9000ddf494 | |
| parent | 87b66e43a42811025f073991c93bdce840ab5cf9 (diff) | |
Notes
| -rw-r--r-- | usr.bin/make/make.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 39166726e8d0..e77ec197440f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1168,7 +1168,7 @@ to them. .It Ic .WAIT If special .Ic .WAIT -source is appears in a dependency line, the sources that precede it are +source appears in a dependency line, the sources that precede it are made before the sources that succeed it in the line. Loops are not being detected and targets that form loops will be silently ignored. |
