summaryrefslogtreecommitdiff
path: root/TAO/examples/TypeCode_Creation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/TypeCode_Creation/Makefile')
-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