summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-18 16:51:45 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-18 16:51:45 (GMT)
commit0283c37c76391bb7d6ff95970358eacc41a0e98a (patch)
treee6bd7cb18c484184102ca051bf638b32830350d9
parent658614ff6a14411e2a697fac1f1717a7f4370bf0 (diff)
downloadCMake-0283c37c76391bb7d6ff95970358eacc41a0e98a.zip
CMake-0283c37c76391bb7d6ff95970358eacc41a0e98a.tar.gz
CMake-0283c37c76391bb7d6ff95970358eacc41a0e98a.tar.bz2
ERR:Oops, renamed back
-rw-r--r--CMakeMaster.make.in2
-rw-r--r--CMakeRules.make.in (renamed from CMakeCommands.make.in)2
-rw-r--r--CMakeSimpleRules.make.in (renamed from CMakeSimpleCommands.make.in)0
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeMaster.make.in b/CMakeMaster.make.in
index f5dc901..404b73a 100644
--- a/CMakeMaster.make.in
+++ b/CMakeMaster.make.in
@@ -16,6 +16,6 @@ CMAKE_LIB_EXT = @CMAKE_LIB_EXT@
#------------------------------------------------------------------------------
# Include General Build Rules
-@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeCommands.make@MAKEQUOTE@
+@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeRules.make@MAKEQUOTE@
diff --git a/CMakeCommands.make.in b/CMakeRules.make.in
index 472121f..bfecbf3 100644
--- a/CMakeCommands.make.in
+++ b/CMakeRules.make.in
@@ -1,5 +1,5 @@
# rules for building .o files from source files
-@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleCommands.make@MAKEQUOTE@
+@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make@MAKEQUOTE@
#
# Makefile for
diff --git a/CMakeSimpleCommands.make.in b/CMakeSimpleRules.make.in
index cb95e29..cb95e29 100644
--- a/CMakeSimpleCommands.make.in
+++ b/CMakeSimpleRules.make.in