config/companion_libs.in
changeset 1870 a4c4e51aa541
parent 1847 c311bf33c64d
child 1890 39045a2f1163
     1.1 --- a/config/companion_libs.in	Fri Mar 05 18:22:53 2010 +0100
     1.2 +++ b/config/companion_libs.in	Mon Mar 29 20:24:50 2010 +0200
     1.3 @@ -139,32 +139,32 @@
     1.4  if GMP || GMP_TARGET
     1.5  comment "GMP version needed to build for target"
     1.6      depends on !GMP
     1.7 -source config/companion_libs/gmp.in
     1.8 +source "config/companion_libs/gmp.in"
     1.9  endif
    1.10  if MPFR || MPFR_TARGET
    1.11  comment "MPFR version needed to build for target"
    1.12      depends on !MPFR
    1.13 -source config/companion_libs/mpfr.in
    1.14 +source "config/companion_libs/mpfr.in"
    1.15  endif
    1.16  if PPL || PPL_TARGET
    1.17  comment "PPL version needed to build for target"
    1.18      depends on !PPL
    1.19 -source config/companion_libs/ppl.in
    1.20 +source "config/companion_libs/ppl.in"
    1.21  endif
    1.22  if CLOOG || CLOOG_TARGET
    1.23  comment "CLOOG version needed to build for target"
    1.24      depends on !CLOOG
    1.25 -source config/companion_libs/cloog.in
    1.26 +source "config/companion_libs/cloog.in"
    1.27  endif
    1.28  if MPC || MPC_TARGET
    1.29  comment "MPC version needed to build for target"
    1.30      depends on !MPC
    1.31 -source config/companion_libs/mpc.in
    1.32 +source "config/companion_libs/mpc.in"
    1.33  endif
    1.34  if LIBELF || LIBELF_TARGET
    1.35  comment "libelf version needed to build for target"
    1.36      depends on !LIBELF
    1.37 -source config/companion_libs/libelf.in
    1.38 +source "config/companion_libs/libelf.in"
    1.39  endif
    1.40  
    1.41  config FOO