summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2009-10-23 21:42:41 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2009-10-23 21:42:41 +0000
commitc31342b7e7536359e96685baed4a7d2f33b52c14 (patch)
tree45d693a4ad66d1c43ae83857d8cf158ec22cb0f9
parent9d6cda2ead321a31a988dc5229a49ac9d971e8a6 (diff)
downloadATCD-c31342b7e7536359e96685baed4a7d2f33b52c14.tar.gz
Fri Oct 23 21:38:31 UTC 2009 Abdullah Sowayan <sowayan@gmail.com>
-rw-r--r--ACE/include/makeinclude/platform_macosx_snowleopard.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_snowleopard.GNU b/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
index aefa0becea9..344fd937248 100644
--- a/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
+++ b/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
@@ -2,4 +2,4 @@
include $(ACE_ROOT)/include/makeinclude/platform_macosx_leopard.GNU
-CFLAGS -= -Wno-long-double
+CFLAGS := $(subst -Wno-long-double,,$(CFLAGS))