2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Documentation typo corrected.

[SVN r45002]
This commit is contained in:
Jurko Gospodnetić
2008-05-02 00:51:05 +00:00
parent c7233ba87c
commit 9da0c8acf2

View File

@@ -758,7 +758,7 @@ If you omit the list of formal arguments, all checking is bypassed as in "classi
rule DEPENDS ( /targets1/ * : /targets2/ * )
]
Builds a direct dependency: makes each of /targets1/ depend on each of /targets2/. Generally, /targets1/ will be rebuilt if /targets2/ are themselves rebuilt are or are newer than /targets1/.
Builds a direct dependency: makes each of /targets1/ depend on each of /targets2/. Generally, /targets1/ will be rebuilt if /targets2/ are themselves rebuilt or are newer than /targets1/.
[endsect]