diff options
Diffstat (limited to 'netsvcs/clients/Tokens/rw_lock/Makefile')
-rw-r--r-- | netsvcs/clients/Tokens/rw_lock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Tokens/rw_lock/Makefile b/netsvcs/clients/Tokens/rw_lock/Makefile index 3db6d5466d9..7c0e08adc38 100644 --- a/netsvcs/clients/Tokens/rw_lock/Makefile +++ b/netsvcs/clients/Tokens/rw_lock/Makefile @@ -18,7 +18,7 @@ BIN2 = rw_locks #### 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 |