summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/Factory/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/Factory/Makefile')
-rw-r--r--TAO/orbsvcs/examples/CosEC/Factory/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/Makefile b/TAO/orbsvcs/examples/CosEC/Factory/Makefile
index 87b1e4d091c..02e1a64f934 100644
--- a/TAO/orbsvcs/examples/CosEC/Factory/Makefile
+++ b/TAO/orbsvcs/examples/CosEC/Factory/Makefile
@@ -53,9 +53,7 @@ include $(TAO_ROOT)/rules.tao.GNU
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (CosEvent,$(findstring CosEvent,$(TAO_ORBSVCS)))
ifeq (Naming,$(findstring Naming,$(TAO_ORBSVCS)))
- ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
- BIN = $(BIN2)
- endif # ACE_HAS_GNUG_PRE_2_8
+ BIN = $(BIN2)
endif # Naming
endif # CosEvent