summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/Makefile
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
commit012c509495e04f98b637d915fccadf39ebbc0331 (patch)
tree07592efed6b7f73d4416fdaa132631b5356f446e /TAO/examples/POA/TIE/Makefile
parent06e40cc126ec00c337070c0ccaef25da92f7033b (diff)
downloadATCD-012c509495e04f98b637d915fccadf39ebbc0331.tar.gz
ChangeLogTag: Wed May 2 11:26:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/POA/TIE/Makefile')
-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