summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-22 17:42:43 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-22 17:42:43 (GMT)
commit8a5cef069574fec967fac454cffcb1e7fe0c7816 (patch)
tree4c4af7cfa2e221b42a63d223a30367d0ea4e9b06 /Source/Makefile.in
parentb5b4c0eb5ce272d82695c5c50383c3084fe6e2d6 (diff)
downloadCMake-8a5cef069574fec967fac454cffcb1e7fe0c7816.zip
CMake-8a5cef069574fec967fac454cffcb1e7fe0c7816.tar.gz
CMake-8a5cef069574fec967fac454cffcb1e7fe0c7816.tar.bz2
*** empty log message ***
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 aa99b5d..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 = @CXXFLAGS@ -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
+CXXFLAGS = -DCMAKE_ROOT_DIR='"@CMAKE_ROOT_DIR@"' @CXXFLAGS@ -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/Source
.SUFFIXES: .cxx .java .class