summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2bb4c31f1f..8439da0ad4 100644
--- a/build.xml
+++ b/build.xml
@@ -1174,7 +1174,8 @@ targets exercised:
<staged-bin stage="pack"/>
</target>
- <target name="pack.done" depends="pack.bin">
+ <!-- depend on quick.done so quick.bin is run when pack.done is -->
+ <target name="pack.done" depends="quick.done, pack.bin">
<taskdef resource="scala/tools/ant/antlib.xml" classpathref="pack.compiler.path"/>
<taskdef resource="scala/tools/partest/antlib.xml" classpathref="pack.compiler.path"/>
</target>