phase1: fix GNU tar build target
[buildbot.git] / phase1 / master.cfg
index fa671aa8a14c1b79b49d78ad8b14c79154ed7bcd..542c3c546f287d2e0898f89b1d779e8eda6049f1 100644 (file)
@@ -539,7 +539,7 @@ for target in targets:
        factory.addStep(ShellCommand(
                name = "dltar",
                description = "Building GNU tar",
-               command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/tar/install", "V=s"],
+               command = ["make", WithProperties("-j%(jobs)d", jobs=GetNumJobs), "tools/tar/compile", "V=s"],
                env = MakeEnv(),
                haltOnFailure = True
        ))