Browse Source

Watcom: Add one blank line to Makefile for better readability

Jiri Malak 11 years ago
parent
commit
fbc883c942
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 1 - 0
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -829,6 +829,7 @@ cmLocalUnixMakefileGenerator3
       "!ifndef VERBOSE\n"
       ".SILENT\n"
       "!endif\n"
+      "\n"
       ;
     }
   else