config/config.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Oct 17 21:52:59 2012 +0200 (2012-10-17)
changeset 3081 697532ca24ee
parent 2481 30644208c955
child 3313 ad14212ebf54
permissions -rw-r--r--
scripts: fix default work-dir name

It's been a long time the default work-dir changed its name
from 'target' to '.build'.

Change the left-over.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 source "config/configure.in"
     2 source "config/backend.in"
     3 source "config/global.in"
     4 source "config/target.in"
     5 source "config/toolchain.in"
     6 source "config/kernel.in"
     7 source "config/binutils.in"
     8 source "config/cc.in"
     9 source "config/libc.in"
    10 source "config/debug.in"
    11 source "config/companion_libs.in"
    12 source "config/companion_tools.in"
    13 source "config/test_suite.in"