summaryrefslogtreecommitdiff
path: root/TAO/examples/TypeCode_Creation
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-06 15:13:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-06 15:13:40 +0000
commit6cedcddac8f2ca9b971afb773606eaf7bcc470d9 (patch)
treee2e3165bf942a43acc1e67957424eade7df712fd /TAO/examples/TypeCode_Creation
parent8e38c79734261c729bc6ea2c32b2734abcced6df (diff)
downloadATCD-6cedcddac8f2ca9b971afb773606eaf7bcc470d9.tar.gz
ChangeLogTag: Fri Apr 6 10:12:10 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/TypeCode_Creation')
-rw-r--r--TAO/examples/TypeCode_Creation/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/TypeCode_Creation/Makefile b/TAO/examples/TypeCode_Creation/Makefile
index cf6a1f97994..be362ab644c 100644
--- a/TAO/examples/TypeCode_Creation/Makefile
+++ b/TAO/examples/TypeCode_Creation/Makefile
@@ -32,7 +32,9 @@ include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
ifeq ($(minimum_corba),0)
- BIN=$(BIN_UNCHECKED)
+ ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
+ BIN=$(BIN_UNCHECKED)
+ endif # ACE_HAS_GNUG_PRE_2_8
endif # minimum_corba
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU