summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-21 18:01:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-21 18:01:30 (GMT)
commit4ea1c51ebae49375bbb4bafce8e40a02741bda3a (patch)
treeb6d3bd9965e6961da314beaf0e585f38bfc3b835 /Source/Makefile.in
parentf0e21f196a3abe908d6179d3f5ac36d3ea583761 (diff)
downloadCMake-4ea1c51ebae49375bbb4bafce8e40a02741bda3a.zip
CMake-4ea1c51ebae49375bbb4bafce8e40a02741bda3a.tar.gz
CMake-4ea1c51ebae49375bbb4bafce8e40a02741bda3a.tar.bz2
clean up for build on its own
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 d0fadb8..9daeac0 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}/CMake/Source
+CXXFLAGS = -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
.SUFFIXES: .cxx .java .class