summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_sunos5_common.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-21 12:54:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-21 12:54:52 +0000
commit548c48ae5fc9621dde486d0dfcdfcd3624697bd6 (patch)
tree20f0a3adb468ab646d6572c08c100e3fecdab9ce /ACE/include/makeinclude/platform_sunos5_common.GNU
parentf760dce745948f65d00a557cd1cbc03a9d35200f (diff)
downloadATCD-548c48ae5fc9621dde486d0dfcdfcd3624697bd6.tar.gz
Mon Mar 21 12:48:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/INET_Addr.cpp: * ace/OS_NS_netdb.h: * ace/OS_NS_netdb.inl: * ace/OS_NS_netdb.cpp: * ace/OS_NS_pwd.h: * ace/Ping_Socket.h: * ace/Process.cpp: * ace/ace_wchar.h: * ace/os_include/os_signal.h: * ace/os_include/os_stdio.h: Cleanup, removed lot of old VxWorks code not needed anymore * include/makeinclude/platform_sunos5_common.GNU: Add to the correct make flags
Diffstat (limited to 'ACE/include/makeinclude/platform_sunos5_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_sunos5_common.GNU3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_sunos5_common.GNU b/ACE/include/makeinclude/platform_sunos5_common.GNU
index e968af141f6..e335914b016 100644
--- a/ACE/include/makeinclude/platform_sunos5_common.GNU
+++ b/ACE/include/makeinclude/platform_sunos5_common.GNU
@@ -21,8 +21,7 @@ endif
kstat ?= 1
ifeq ($(kstat),1)
# Unguard the raw monitor code and link the system lib.
- CFLAGS += -DACE_HAS_KSTAT
- CCFLAGS += -DACE_HAS_KSTAT
+ FLAGS_C_CC += -DACE_HAS_KSTAT
LIBS += -lkstat
endif