summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index 0e4732dbed1..370cb5e2450 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -36,7 +36,7 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
#### If ACE_COMPONENTS is set and doesn't contain Other, don't
#### try to build test_naming.
ifdef ACE_COMPONENTS
- ifeq (,$(findstring Other,$(ACE_COMPONENTS)))
+ ifeq (Other,$(findstring Other,$(ACE_COMPONENTS)))
BIN += test_naming
endif # ! Other
else # ! ACE_COMPONENTS