summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
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/Event
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/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Makefile4
-rw-r--r--TAO/orbsvcs/tests/Event/Performance/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Makefile b/TAO/orbsvcs/tests/Event/Basic/Makefile
index 5c48f47ec77..b10cb41ebab 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Makefile
+++ b/TAO/orbsvcs/tests/Event/Basic/Makefile
@@ -46,9 +46,7 @@ include $(TAO_ROOT)/rules.tao.GNU
#### try to build certain tests.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (RTEvent,$(findstring RTEvent,$(TAO_ORBSVCS)))
- ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
- BIN = $(BIN2)
- endif # ACE_HAS_GNUG_PRE_2_8
+ BIN = $(BIN2)
endif # RTEvent
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
diff --git a/TAO/orbsvcs/tests/Event/Performance/Makefile b/TAO/orbsvcs/tests/Event/Performance/Makefile
index 1297109ee4a..805cae6a8d1 100644
--- a/TAO/orbsvcs/tests/Event/Performance/Makefile
+++ b/TAO/orbsvcs/tests/Event/Performance/Makefile
@@ -37,9 +37,7 @@ include $(TAO_ROOT)/rules.tao.GNU
#### try to build certain tests.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (RTEvent,$(findstring RTEvent,$(TAO_ORBSVCS)))
- ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
- BIN = $(BIN2)
- endif # ACE_HAS_GNUG_PRE_2_8
+ BIN = $(BIN2)
endif # RTEvent
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU