diff --git a/historic/jam/doc/bjam.qbk b/historic/jam/doc/bjam.qbk index 31a70d5fd..a0f87a1dd 100644 --- a/historic/jam/doc/bjam.qbk +++ b/historic/jam/doc/bjam.qbk @@ -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]