From 8f2254b8c28c17bf7346975205b623ee92ba947c Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 20 Jul 2011 13:07:14 -0700 Subject: [PATCH] Update configure script to make the task-perf output directory. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e89ad4ee939..8d25494314f 100755 --- a/configure +++ b/configure @@ -183,7 +183,7 @@ for i in \ dl stage0 stage1 stage2 stage3 \ stage0/lib stage1/lib stage2/lib stage3/lib \ test/run-pass test/run-fail test/compile-fail \ - test/bench/99-bottles test/bench/shootout + test/bench/99-bottles test/bench/shootout test/bench/task-perf do make_dir $i done