summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Sched
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Sched')
-rw-r--r--TAO/orbsvcs/tests/Sched/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile
index b622d48c3d3..69cd049d3ed 100644
--- a/TAO/orbsvcs/tests/Sched/Makefile
+++ b/TAO/orbsvcs/tests/Sched/Makefile
@@ -16,7 +16,7 @@ BIN2 = DynSched_Test
#### If the TAO orbsvcs library wasn't built with sufficient components,
#### don't try to build here.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (Sched,$(findstring Sched,$(TAO_ORBSVCS)))
+ifeq (RTSched,$(findstring RTSched,$(TAO_ORBSVCS)))
BIN = $(BIN2)
endif # Sched