diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-27 18:35:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-27 18:35:34 (GMT) |
commit | 8d80a9055e0417328c7bb326eab228cb7819d46b (patch) | |
tree | 9588a2a32a8cb6e1c9abdfdee6af56408d382af0 /Source/Makefile.in | |
parent | 3b5ce4b88a072fac9298ea599e99ecd9cf973804 (diff) | |
download | CMake-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.in | 2 |
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 |