diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-11-23 11:14:17 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-11-28 15:02:58 (GMT) |
commit | afd0f6785dc1220a07743d31699fcd9097cca46a (patch) | |
tree | 3e0f199890677e0a1157ba88421052d946b3bed7 /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | b6068ce407e541b13fc0484bc6b84e896c9913e8 (diff) | |
download | CMake-afd0f6785dc1220a07743d31699fcd9097cca46a.zip CMake-afd0f6785dc1220a07743d31699fcd9097cca46a.tar.gz CMake-afd0f6785dc1220a07743d31699fcd9097cca46a.tar.bz2 |
Refactoring: Abstract Makefile line continuation format
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 9c3a533..11e2cd6 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -44,6 +44,7 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3(cmake* cm) #endif this->IncludeDirective = "include"; + this->LineContinueDirective = "\\\n"; this->DefineWindowsNULL = false; this->PassMakeflags = false; this->UnixCD = true; |