diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-09 17:22:20 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-09 17:22:20 (GMT) |
commit | 54dcf6932ab03c7d4505ca5f88cb89a223839e66 (patch) | |
tree | 4b1385d946a623a41ecd8477ad02801bdb2389f7 /CMakeTopMakefileTemplate.in | |
parent | 4d2e6c83941e8df02a96e6f45e292bca24015cb4 (diff) | |
download | CMake-54dcf6932ab03c7d4505ca5f88cb89a223839e66.zip CMake-54dcf6932ab03c7d4505ca5f88cb89a223839e66.tar.gz CMake-54dcf6932ab03c7d4505ca5f88cb89a223839e66.tar.bz2 |
cleaned up configure some
Diffstat (limited to 'CMakeTopMakefileTemplate.in')
-rw-r--r-- | CMakeTopMakefileTemplate.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeTopMakefileTemplate.in b/CMakeTopMakefileTemplate.in index 3780cb3..de09db9 100644 --- a/CMakeTopMakefileTemplate.in +++ b/CMakeTopMakefileTemplate.in @@ -5,4 +5,4 @@ topall: cd . ; ${MAKE} -${MAKEFLAGS} CMakeTargets.make cd . ; ${MAKE} -${MAKEFLAGS} all -@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeMaster.make@MAKEQUOTE@ +include @CMAKE_CONFIG_DIR@/CMake/CMakeMaster.make |