summaryrefslogtreecommitdiff
path: root/OMakefile
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-03 15:08:33 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-03 15:08:33 +0000
commit8b067247579787aacc7d851ca597c3a3bc818641 (patch)
tree1575c357d3122c2307d33e8072d5e59ad8c4ed4f /OMakefile
parent8b6a34df2ddd45e5c43f29d24d9039e6d5523f02 (diff)
downloadscala-8b067247579787aacc7d851ca597c3a3bc818641.tar.gz
scala-8b067247579787aacc7d851ca597c3a3bc818641.tar.bz2
scala-8b067247579787aacc7d851ca597c3a3bc818641.zip
Still missing newlines in property file.
Diffstat (limited to 'OMakefile')
-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