summaryrefslogtreecommitdiff
path: root/config/companion_libs.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs.in')
-rw-r--r--config/companion_libs.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in
index 64cf138..9543284 100644
--- a/config/companion_libs.in
+++ b/config/companion_libs.in
@@ -139,32 +139,32 @@ config LIBELF_TARGET
if GMP || GMP_TARGET
comment "GMP version needed to build for target"
depends on !GMP
-source config/companion_libs/gmp.in
+source "config/companion_libs/gmp.in"
endif
if MPFR || MPFR_TARGET
comment "MPFR version needed to build for target"
depends on !MPFR
-source config/companion_libs/mpfr.in
+source "config/companion_libs/mpfr.in"
endif
if PPL || PPL_TARGET
comment "PPL version needed to build for target"
depends on !PPL
-source config/companion_libs/ppl.in
+source "config/companion_libs/ppl.in"
endif
if CLOOG || CLOOG_TARGET
comment "CLOOG version needed to build for target"
depends on !CLOOG
-source config/companion_libs/cloog.in
+source "config/companion_libs/cloog.in"
endif
if MPC || MPC_TARGET
comment "MPC version needed to build for target"
depends on !MPC
-source config/companion_libs/mpc.in
+source "config/companion_libs/mpc.in"
endif
if LIBELF || LIBELF_TARGET
comment "libelf version needed to build for target"
depends on !LIBELF
-source config/companion_libs/libelf.in
+source "config/companion_libs/libelf.in"
endif
config FOO