Update configure script to make the task-perf output directory.

This commit is contained in:
Eric Holk 2011-07-20 13:07:14 -07:00
parent 404d4e0528
commit 8f2254b8c2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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