Still missing newlines in property file.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@15683 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
washburn 2008-08-03 15:08:33 +00:00
parent 89bd487600
commit c1bc8945f5
1 changed files with 3 additions and 3 deletions

View File

@ -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