summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Makefile
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-13 17:41:33 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-13 17:41:33 +0000
commitd9610ea478e3f53ba4d81d672af29dbba06a66d5 (patch)
treee0f007f96df9127dc6bd5e8ba9e93f9591754363 /TAO/orbsvcs/tests/Makefile
parentc6834942fa9e0b562b7755cf806e4dc82b0f4d3c (diff)
downloadATCD-d9610ea478e3f53ba4d81d672af29dbba06a66d5.tar.gz
ChangeLogTag: Tue Feb 13 11:25:19 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Makefile b/TAO/orbsvcs/tests/Makefile
index 6cb56866e1a..79d5898639f 100644
--- a/TAO/orbsvcs/tests/Makefile
+++ b/TAO/orbsvcs/tests/Makefile
@@ -46,7 +46,9 @@ include $(ACE_ROOT)/include/makeinclude/macros.GNU
ifeq ($(minimum_corba),0)
ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
- DIRS += InterfaceRepo
+ ifneq (Compilers 4.2,$(findstring Compilers 4.2,$(CC_VERSION)))
+ DIRS += InterfaceRepo
+ endif # findstring Compilers 4.2
endif # ACE_HAS_GNUG_PRE_2_8
endif # minimum_corba