summaryrefslogtreecommitdiff
path: root/PACE
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-09 20:38:43 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-09 20:38:43 +0000
commit94ab75a47c76d9a4e039813d0907c6fdac29f799 (patch)
tree284087a793e4d2a92a40111ab78a2c31dc19ca33 /PACE
parentae19ff0d650290032be3005d8bb383d762d52495 (diff)
downloadATCD-94ab75a47c76d9a4e039813d0907c6fdac29f799.tar.gz
ChangeLogTag: Fri Mar 9 14:34:34 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'PACE')
-rw-r--r--PACE/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/PACE/Makefile b/PACE/Makefile
index 1dfa4c80039..a1b71a090a7 100644
--- a/PACE/Makefile
+++ b/PACE/Makefile
@@ -37,7 +37,13 @@ DIRS =
all clean realclean:
@echo PACE won\'t run or build for VxWorks.
else
+ ifdef CHORUS
+ DIRS =
+ all clean realclean:
+ @echo PACE won\'t run or build for Chorus.
+ else
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
+ endif # CHORUS
endif # VXWORKS