diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 18:01:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-21 18:01:30 (GMT) |
commit | 4ea1c51ebae49375bbb4bafce8e40a02741bda3a (patch) | |
tree | b6d3bd9965e6961da314beaf0e585f38bfc3b835 /Source/cmUnixMakefileGenerator.cxx | |
parent | f0e21f196a3abe908d6179d3f5ac36d3ea583761 (diff) | |
download | CMake-4ea1c51ebae49375bbb4bafce8e40a02741bda3a.zip CMake-4ea1c51ebae49375bbb4bafce8e40a02741bda3a.tar.gz CMake-4ea1c51ebae49375bbb4bafce8e40a02741bda3a.tar.bz2 |
clean up for build on its own
Diffstat (limited to 'Source/cmUnixMakefileGenerator.cxx')
-rw-r--r-- | Source/cmUnixMakefileGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index d1490a4..cadd0cd 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -901,6 +901,7 @@ void cmUnixMakefileGenerator::ComputeSystemInfo() cmd = root; cmd += "/Templates/configure"; cmSystemTools::RunCommand(cmd.c_str(), output); + m_Makefile->AddDefinition("RUN_CONFIGURE", true); } // now load the settings |