summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Tokens/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Tokens/manual/Makefile')
-rw-r--r--netsvcs/clients/Tokens/manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Tokens/manual/Makefile b/netsvcs/clients/Tokens/manual/Makefile
index 2d8ca80ad6d..ad7c54f1ac4 100644
--- a/netsvcs/clients/Tokens/manual/Makefile
+++ b/netsvcs/clients/Tokens/manual/Makefile
@@ -14,7 +14,7 @@ BIN2 = manual
#### If the ACE library wasn't built with sufficient components, don't
#### try to build here.
-ACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --ace)
+ACE_BUILD_COMPONENTS := $(shell $(ACE_ROOT)/bin/ace_components --ace)
ifeq (Token,$(findstring Token,$(ACE_BUILD_COMPONENTS)))
BIN = $(BIN2)
endif # Token