2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
[SVN r17525]
This commit is contained in:
Dave Abrahams
2003-02-19 10:48:32 +00:00
parent c8b6116c16
commit aa8f431bef

View File

@@ -189,7 +189,7 @@ rule set-target-variables ( rule-or-module target : properties * )
# target variable even if $(result) is empty. That is
# undesirable because the empty target variable would mask
# module globals intended to be used as defaults.
if ! $(result)-is-nonempty
if $(result)-is-nonempty
{
$(variable) on $(target) += $(result) ;
}