diff options
Diffstat (limited to 'netsvcs/clients/Tokens/collection/Makefile')
-rw-r--r-- | netsvcs/clients/Tokens/collection/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Tokens/collection/Makefile b/netsvcs/clients/Tokens/collection/Makefile index bea5dddb1b2..60b8703b2e1 100644 --- a/netsvcs/clients/Tokens/collection/Makefile +++ b/netsvcs/clients/Tokens/collection/Makefile @@ -18,7 +18,7 @@ BIN2 = collection #### 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 (Token,$(findstring Token,$(ACE_BUILD_COMPONENTS))) BIN = $(BIN2) endif # Token |