summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-02 16:36:39 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-02 16:36:39 +0000
commitf25146f66ee7549ca5e30dd6a8cfbfe24a0ee6c6 (patch)
tree07592efed6b7f73d4416fdaa132631b5356f446e
parent075f561141face8ebbc10d12448cf4102e8f170d (diff)
downloadATCD-f25146f66ee7549ca5e30dd6a8cfbfe24a0ee6c6.tar.gz
ChangeLogTag: Wed May 2 11:26:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/examples/POA/TIE/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/POA/TIE/Makefile b/TAO/examples/POA/TIE/Makefile
index 6ad7aa73aff..f2c6af659cc 100644
--- a/TAO/examples/POA/TIE/Makefile
+++ b/TAO/examples/POA/TIE/Makefile
@@ -62,7 +62,9 @@ include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
ifeq ($(minimum_corba),0)
- BIN = $(BIN_UNCHECKED)
+ ifneq (Compilers 4.2,$(findstring Compilers 4.2,$(CC_VERSION)))
+ BIN = $(BIN_UNCHECKED)
+ endif # findstring Compilers 4.2
endif # minimum_corba
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU