From c1bc8945f575b88321eb450b304c429d022f1b8e Mon Sep 17 00:00:00 2001 From: washburn Date: Sun, 3 Aug 2008 15:08:33 +0000 Subject: [PATCH] Still missing newlines in property file. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@15683 5e8d7ff9-d8ef-0310-90f0-a4852d11357a --- OMakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OMakefile b/OMakefile index 8957dff91..cd3f1d747 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