summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-21 15:56:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-21 15:56:35 +0000
commitee4c8d9e34e9bd0e59e1e82bf875945bb2dc73e3 (patch)
tree5b76b18fc3d877cbe12ffbc1479f6a11b10deeec /tests
parent80cdc3b6bb89cbb174bb65fb9ffd263f88a9af6f (diff)
downloadATCD-ee4c8d9e34e9bd0e59e1e82bf875945bb2dc73e3.tar.gz
replace ACE_COMPONENTS with ACE_BUILD_COMPONENTS
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 67fa77109b2..e1f77398111 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -87,7 +87,7 @@ ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS)))
Thread_Pool_Reactor_Test \
XtReactor_Test
endif # ! Other
-ifeq (Token,$(findstring Token,$(ACE_COMPONENTS)))
+ifeq (Token,$(findstring Token,$(ACE_BUILD_COMPONENTS)))
BIN += Tokens_Test
endif # ! Token