summaryrefslogtreecommitdiff
path: root/performance-tests/Misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Misc/Makefile')
-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 016073228b6..f8fb35c632e 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -32,7 +32,7 @@ BIN2 = test_naming
#### If the ACE library wasn't built with sufficient components, don't
#### try to build here.
-ACE_BUILD_COMPONENTS := $(shell $(ACE_ROOT)/bin/ace_components --ace)
+ACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --ace)
ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS)))
BIN += $(BIN2)
endif # ! Other