diff options
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Makefile')
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Makefile b/TAO/orbsvcs/ImplRepo_Service/Makefile index dc662e3e6e3..ca808c50bac 100644 --- a/TAO/orbsvcs/ImplRepo_Service/Makefile +++ b/TAO/orbsvcs/ImplRepo_Service/Makefile @@ -41,7 +41,7 @@ BIN2 = ImplRepo_Service \ #### If the TAO orbsvcs library wasn't built with sufficient components, #### don't try to build here. -TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs) +TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs) ifeq (ImplRepo,$(findstring ImplRepo,$(TAO_ORBSVCS))) BIN = $(BIN2) endif # ImplRepo |