summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Makefile')
-rw-r--r--TAO/orbsvcs/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Makefile b/TAO/orbsvcs/Makefile
index 6b390a2089a..569016400a8 100644
--- a/TAO/orbsvcs/Makefile
+++ b/TAO/orbsvcs/Makefile
@@ -41,13 +41,11 @@ include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
ifeq ($(minimum_corba),0)
- ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
ifneq (Compilers 4.2,$(findstring Compilers 4.2,$(CC_VERSION)))
ifeq ($(LYNXTARGET),)
DIRS += IFR_Service
endif # LYNXTARGET
endif # findstring Compilers 4.2
- endif # ACE_HAS_GNUG_PRE_2_8
endif # minimum_corba
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU