summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-07-09 13:12:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-07-09 13:12:47 (GMT)
commitd759b687a71e4f04c8355d720707f33d947ca674 (patch)
tree84351ed795281308dc7206aeb00359e0b9f20728 /Source/cmLocalUnixMakefileGenerator.cxx
parent1d6eecd949cca85adc13d36e04b85fc4d39a3e49 (diff)
downloadCMake-d759b687a71e4f04c8355d720707f33d947ca674.zip
CMake-d759b687a71e4f04c8355d720707f33d947ca674.tar.gz
CMake-d759b687a71e4f04c8355d720707f33d947ca674.tar.bz2
BUG: remove double include flags for rc resouce compiles
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx
index 6e6725e..7624136 100644
--- a/Source/cmLocalUnixMakefileGenerator.cxx
+++ b/Source/cmLocalUnixMakefileGenerator.cxx
@@ -2836,7 +2836,6 @@ OutputBuildObjectFromSource(std::ostream& fout,
return;
case cmSystemTools::RESOURCE_FILE_FORMAT:
{
- flags = " $(INCLUDE_FLAGS) ";
// use rc rule here if it is defined
const char* rule = m_Makefile->GetDefinition("CMAKE_COMPILE_RESOURCE");
if(rule)