diff --git a/build.xml b/build.xml
index 9a7b3dc841f..b24f2623084 100644
--- a/build.xml
+++ b/build.xml
@@ -46,7 +46,7 @@
located in dependencies/bootstrap-compiler/.../kotlin-runtime.jar, because the newly built compiler is just a Kotlin application,
compiled by the old compiler with the old runtime in classpath. If you advance the ABI version, the newly built compiler will NOT work
against the runtime it will produce on its own because they have different ABI versions.
- So on the first step of bootstrap we copy that runtime to kotlin-runtime-internal-bootstrap.jar (see 'compiler' target) and change
+ So on the first step of bootstrap we copy that runtime to kotlin-runtime-internal-bootstrap.jar (see 'prepare-dist' target) and change
the compiler classpath accordingly. On the second step this is believed to be not required, because there are
little to no differences between the new and the newest runtime.
-->
@@ -178,6 +178,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -629,23 +646,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-