summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-27 18:35:34 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-27 18:35:34 (GMT)
commit8d80a9055e0417328c7bb326eab228cb7819d46b (patch)
tree9588a2a32a8cb6e1c9abdfdee6af56408d382af0 /Source/Makefile.in
parent3b5ce4b88a072fac9298ea599e99ecd9cf973804 (diff)
downloadCMake-8d80a9055e0417328c7bb326eab228cb7819d46b.zip
CMake-8d80a9055e0417328c7bb326eab228cb7819d46b.tar.gz
CMake-8d80a9055e0417328c7bb326eab228cb7819d46b.tar.bz2
ENH: clean up sgi build and use non-broken autoconf
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 2598043..29fba50 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -3,7 +3,7 @@ VPATH = @srcdir@
CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@
CXX = @CXX@
-CXXFLAGS = @CMAKE_ANSI_CFLAGS@ -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
+CXXFLAGS = @CMAKE_ANSI_CXXFLAGS@ -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
.SUFFIXES: .cxx .java .class