Просмотр исходного кода

BUG: The dependency scanning target should be symbolic.

Brad King 18 лет назад
Родитель
Сommit
6586149d64
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmMakefileTargetGenerator.cxx

+ 1 - 1
Source/cmMakefileTargetGenerator.cxx

@@ -837,7 +837,7 @@ void cmMakefileTargetGenerator::WriteTargetDependRules()
   // Write the rule.
   this->LocalGenerator->WriteMakeRule(*this->BuildFileStream, 0,
                                       depTarget.c_str(),
-                                      depends, commands, false);
+                                      depends, commands, true);
 }
 
 //----------------------------------------------------------------------------