summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-24 21:17:39 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-24 21:17:39 (GMT)
commitc34410deac763566e324fc637253f240ee3d552e (patch)
tree1bd733f30794888ed4aa335c05b5a23d86e35fdd /Source/Makefile.in
parent29f7f3a9ea28f063b84520421f1ef58698b26d84 (diff)
downloadCMake-c34410deac763566e324fc637253f240ee3d552e.zip
CMake-c34410deac763566e324fc637253f240ee3d552e.tar.gz
CMake-c34410deac763566e324fc637253f240ee3d552e.tar.bz2
ENH: build for sgi CC out of box
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r--Source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in
index 61a2fb6..2598043 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -3,7 +3,7 @@ VPATH = @srcdir@
CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@
CXX = @CXX@
-CXXFLAGS = -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
+CXXFLAGS = @CMAKE_ANSI_CFLAGS@ -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
.SUFFIXES: .cxx .java .class