summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/OMakefile b/OMakefile
index 8957dff911..cd3f1d7473 100644
--- a/OMakefile
+++ b/OMakefile
@@ -70,9 +70,9 @@ idem-mkdir(dir) =
propfile(file) =
handle = $(fopen $(file), w)
# Need to correctly generated date/time
- fprint($(handle), \# Generated at some time)
- fprint($(handle), copyright.string=$(COPYRIGHT_STRING))
- fprint($(handle), version.number=$(VERSION_NUMBER))
+ fprint($(handle), \# Generated at some time\n)
+ fprint($(handle), copyright.string=$(COPYRIGHT_STRING)\n)
+ fprint($(handle), version.number=$(VERSION_NUMBER)\n)
close($(handle))
# Compile the Scala files in the sequence args with the specified