summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEvent
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-09 00:28:01 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-09 00:28:01 +0000
commit9aea408730cf5a04579f9ebe8f798632df025257 (patch)
treed4f711c41ae6892a5ad65dd337466772e08489f8 /TAO/orbsvcs/tests/CosEvent
parente2370b4d3312a275b48a39e2e138fe115f21e888 (diff)
downloadATCD-9aea408730cf5a04579f9ebe8f798632df025257.tar.gz
ChangeLogTag: Mon Sep 9 00:24:44 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/orbsvcs/tests/CosEvent')
-rw-r--r--TAO/orbsvcs/tests/CosEvent/Basic/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/CosEvent/Basic/Makefile b/TAO/orbsvcs/tests/CosEvent/Basic/Makefile
index 40f0a84a92d..281edb9b154 100644
--- a/TAO/orbsvcs/tests/CosEvent/Basic/Makefile
+++ b/TAO/orbsvcs/tests/CosEvent/Basic/Makefile
@@ -39,9 +39,7 @@ include $(TAO_ROOT)/rules.tao.GNU
#### try to build certain tests.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (NativeCosEvent,$(findstring NativeCosEvent,$(TAO_ORBSVCS)))
- ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
- BIN = $(BIN2)
- endif # ACE_HAS_GNUG_PRE_2_8
+ BIN = $(BIN2)
endif # NativeCosEvent
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU