summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 804498e..9a482bd 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -122,13 +122,6 @@ void cmMakefile::AddDefaultCommands()
#if defined(__APPLE__)
this->AddDefinition("APPLE", "1");
#endif
- // always creat an empty install targets for files and programs.
- cmTarget target;
- target.SetInAll(false);
- target.SetType(cmTarget::INSTALL_FILES);
- m_Targets.insert(cmTargets::value_type("INSTALL_FILES", target));
- target.SetType(cmTarget::INSTALL_PROGRAMS);
- m_Targets.insert(cmTargets::value_type("INSTALL_PROGRAMS", target));
}
cmMakefile::~cmMakefile()