summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-03 17:35:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-03 17:35:41 +0000
commit01c8eb8dd5dd145a2894df2f8fee791beab95af4 (patch)
tree64c948a072294c44b538127e7108eab8fb18a1de /tests
parent06ed92f0aa107813adc6a6b05f196b1fc8506c64 (diff)
downloadATCD-01c8eb8dd5dd145a2894df2f8fee791beab95af4.tar.gz
ChangeLogTag:Fri Nov 3 09:34:39 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f24bef83e5e..4d139f0505d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -137,9 +137,11 @@ ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
endif
endif
-ifneq ($(rmcast),0)
- DIRS += RMCast
-endif
+ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
+ ifneq ($(rmcast),0)
+ DIRS += RMCast
+ endif # rmcast
+endif # ACE_HAS_GNUG_PRE_2_8
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU