summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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