diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-29 20:24:50 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-03-29 20:24:50 +0200 |
commit | d276ce2a4fbb5c86bdc7b8cab3860c34741751af (patch) | |
tree | e4ab393aaf1cbd5445cc4432c8a17fea1c6806cd /config/binutils.in | |
parent | 712f0c9919a43cac22ef0bfa8f0cb07f24e810db (diff) | |
download | crosstool-ng-d276ce2a4fbb5c86bdc7b8cab3860c34741751af.tar.gz crosstool-ng-d276ce2a4fbb5c86bdc7b8cab3860c34741751af.tar.bz2 crosstool-ng-d276ce2a4fbb5c86bdc7b8cab3860c34741751af.zip |
config: fix style issues when source-ing files
Always enclose the sourced file between double-quotes (purely for
consistency; enclosing or not are both allowed by the kconfig language).
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/binutils.in b/config/binutils.in index f09bd118..60fc99b1 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -38,8 +38,8 @@ endif # ! ARCH_USE_MMU endchoice -source config/binutils/binutils.in -source config/binutils/elf2flt.in -source config/binutils/sstrip.in +source "config/binutils/binutils.in" +source "config/binutils/elf2flt.in" +source "config/binutils/sstrip.in" endmenu |