summaryrefslogtreecommitdiff
path: root/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 00:57:31 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-22 00:57:31 +0000
commit247fd82f4182c4f9f25f5dd92a5aeb6d9f642794 (patch)
tree404df42227a61d4511deff84196b97265e1e1b5e /include/makeinclude/wrapper_macros.GNU
parent7c48efdb65254428973217391037befc3a512b8d (diff)
downloadATCD-247fd82f4182c4f9f25f5dd92a5aeb6d9f642794.tar.gz
ChangeLogTag:Fri Aug 21 19:54:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r--include/makeinclude/wrapper_macros.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 670ffb07112..008180faeea 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -217,7 +217,7 @@ ifneq ($(xt_reactor),)
endif # xt_reactor
ifdef exceptions
- CCFLAGS += -DACE_HAS_EXCEPTIONS
+ CPPFLAGS += -DACE_HAS_EXCEPTIONS
else
ifeq ($(CXX),g++)
#### Disable the default exception handling of g++ >= 2.8.0.