From: adam Date: Mon, 1 Dec 2008 15:50:12 +0000 (+0000) Subject: If the is stick on the previous word, we have to add a space ... X-Git-Tag: V5_1_0rc2~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6c6a23d7bb1b6727897c3911f28dcda67496ab8;p=modules%2Fkernel.git If the is stick on the previous word, we have to add a space ... --- diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index 3bdf93657..266fa6e11 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -102,7 +102,7 @@ class CMakeFile(object): # -- # Replace the composed lines separated by "\\n" by an unique line # -- - content = p_multiline.sub(r'', content) + content = p_multiline.sub(r' ', content) # -- content = content.replace("-no-undefined -version-info=0:0:0", "")