summaryrefslogtreecommitdiff
path: root/examples/Naming/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Naming/Makefile')
-rw-r--r--examples/Naming/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Naming/Makefile b/examples/Naming/Makefile
index 40368b89466..34b49b362ec 100644
--- a/examples/Naming/Makefile
+++ b/examples/Naming/Makefile
@@ -18,7 +18,7 @@ BIN2 = test_non_existent \
#### 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