really prevent shared_ptr_alloc_test building from status/.

[SVN r17097]
This commit is contained in:
Dave Abrahams
2003-01-30 20:57:34 +00:00
parent d2c7febd26
commit 44afc7e5cd

View File

@ -27,7 +27,7 @@ DEPENDS all : smart_ptr ;
# boost/status, so it's guarded from that case. It will only be
# built from this directory when the targets "test" (all tests) or
# "shared_ptr_alloc_test" are requested.
if ! $(gIN_LIB_INCLUDE)
if [ in-invocation-subdir ]
{
run shared_ptr_alloc_test.cpp ;
}