summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 05:36:56 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 05:36:56 +0000
commit8caefb1a7af55afdbaa18b11aa2cc7a1b04ee8cb (patch)
treee544dd58eeb48952fa26a687b93f4c801911c7d7 /performance-tests
parente61cb745b758381d9984cb0862ba7aa90ce2fa2e (diff)
downloadATCD-8caefb1a7af55afdbaa18b11aa2cc7a1b04ee8cb.tar.gz
fixed the check for Other in ACE_COMPONENTS
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