summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b20b1d836a..c7a6881707 100644
--- a/build.xml
+++ b/build.xml
@@ -106,7 +106,7 @@ END-USER TARGETS
<target name="replacelocker"
description="Replaces the Locker compiler and library by fresh ones built from current sources.">
<antcall target="palo.clean"/>
- <antcall target="palo.done"/>
+ <antcall target="unlocklocker"/>
</target>
<target name="freshlocker.optimise">
<property name="scalac.args.optimise" value="-optimise"/>