summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 01:33:11 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-20 01:33:11 +0000
commit71421c609484a7959834c0125d4faaf8bbb1ed63 (patch)
treec22e3f48aa86553c09fe5459d0f6ce050a1e277f
parenta2040714a69aea9be733977281978e5a953befee (diff)
downloadATCD-71421c609484a7959834c0125d4faaf8bbb1ed63.tar.gz
ChangeLogTag: Mon Feb 19 19:15:11 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/Makefile4
-rw-r--r--TAO/orbsvcs/tests/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Makefile b/TAO/orbsvcs/Makefile
index d45de3aeb70..a6115c793d3 100644
--- a/TAO/orbsvcs/Makefile
+++ b/TAO/orbsvcs/Makefile
@@ -41,7 +41,9 @@ 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)))
- DIRS += IFR_Service
+ ifeq ($(LYNXTARGET),)
+ DIRS += IFR_Service
+ endif # LYNXTARGET
endif # findstring Compilers 4.2
endif # ACE_HAS_GNUG_PRE_2_8
endif # minimum_corba
diff --git a/TAO/orbsvcs/tests/Makefile b/TAO/orbsvcs/tests/Makefile
index 79d5898639f..5319c594073 100644
--- a/TAO/orbsvcs/tests/Makefile
+++ b/TAO/orbsvcs/tests/Makefile
@@ -47,7 +47,9 @@ 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)))
- DIRS += InterfaceRepo
+ ifeq ($(LYNXTARGET),)
+ DIRS += InterfaceRepo
+ endif # LYNXTARGET
endif # findstring Compilers 4.2
endif # ACE_HAS_GNUG_PRE_2_8
endif # minimum_corba