changeset 21949:185d7a9a2cfa

jvmci.make should have a newline at the end
author Doug Simon <doug.simon@oracle.com>
date Fri, 12 Jun 2015 16:13:33 +0200
parents 0458778bb188
children 9a374f7270c8
files mx/mx_graal_makefile.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal_makefile.py	Fri Jun 12 15:47:54 2015 +0200
+++ b/mx/mx_graal_makefile.py	Fri Jun 12 16:13:33 2015 +0200
@@ -288,7 +288,7 @@
         mf.add_definition(jdkBootClassPathVariableName + " = " + bootClassPath)
         for d in ap: make_dist_rule(d, mf)
         for d in dists: make_dist_rule(d, mf)
-        mf.add_rule("default: $({}_JAR)\n.PHONY: default".format("_JAR) $(".join([d.name for d in dists])))
+        mf.add_rule("default: $({}_JAR)\n.PHONY: default\n".format("_JAR) $(".join([d.name for d in dists])))
         return True
     else:
         for d in dists: