From fa954b8b61718dcdfd21504dbacc01cce3c349f3 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 11 May 2015 09:03:30 +0100 Subject: [PATCH] Change link rule to exe rule. To prevent cyclic dependencies in status/Jamfile.v2. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 986913cb..8eb0f69b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -21,7 +21,7 @@ local is_unix = [ modules.peek : UNIX ] ; lib atomic ; -link config_info.cpp atomic : : has_atomic_lib ; +exe has_atomic_lib : config_info.cpp atomic ; explicit has_atomic_lib ; if $(is_unix)