summaryrefslogtreecommitdiffstats
path: root/Source/Makefile.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-09 17:22:20 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-09 17:22:20 (GMT)
commit54dcf6932ab03c7d4505ca5f88cb89a223839e66 (patch)
tree4b1385d946a623a41ecd8477ad02801bdb2389f7 /Source/Makefile.in
parent4d2e6c83941e8df02a96e6f45e292bca24015cb4 (diff)
downloadCMake-54dcf6932ab03c7d4505ca5f88cb89a223839e66.zip
CMake-54dcf6932ab03c7d4505ca5f88cb89a223839e66.tar.gz
CMake-54dcf6932ab03c7d4505ca5f88cb89a223839e66.tar.bz2
cleaned up configure some
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r--Source/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in
index ba65e25..5f868bc 100644
--- a/Source/Makefile.in
+++ b/Source/Makefile.in
@@ -8,8 +8,8 @@ VPATH = @srcdir@
# let cmake know that this was done with autoconf
KIT_FLAGS = -DCMAKE_HAS_AUTOCONF -I${CMAKE_CONFIG_DIR}/CMake/Source
-@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@
-@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make@MAKEQUOTE@
+include @CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make
+include @CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make
OBJS = \
CMakeBuildTargets.o \