Remove unneeded static requirement in Jamfile.v2

This commit is contained in:
Ion Gaztañaga
2017-11-07 00:37:44 +01:00
parent fce88c0110
commit 081236e9e0

View File

@@ -22,7 +22,5 @@ rule test_all
return $(all_rules) ; return $(all_rules) ;
} }
test-suite move_test : [ test_all r ] test-suite move_test : [ test_all r ] ;
: <link>static
;