diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-06 23:44:55 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-06 23:44:55 +0200 |
commit | b8e16a3450fb9853a8b0ff617d70f1121b32c4c0 (patch) | |
tree | 26a0c89b61db362f3a5a83525f9686459b338c99 /board/versatile | |
parent | 64db4b10a532263dccd2b30c0ddb863b774ec473 (diff) |
Cleanup
Diffstat (limited to 'board/versatile')
-rwxr-xr-x | board/versatile/split_by_variant.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/versatile/split_by_variant.sh b/board/versatile/split_by_variant.sh index b462b7e1f5f..ea705da1c61 100755 --- a/board/versatile/split_by_variant.sh +++ b/board/versatile/split_by_variant.sh @@ -2,12 +2,12 @@ # --------------------------------------------------------- # Set the core module defines according to Core Module # --------------------------------------------------------- -CC=$(CROSS_COMPILE)gcc +CC=${CROSS_COMPILE}gcc config="versatilepb_config" if [ "$2" == "" ] then - echo "$0:: No preprocessor parameter - using $(CROSS_COMPILE)gcc" + echo "$0:: No preprocessor parameter - using ${CROSS_COMPILE}gcc" else CC=$2 fi @@ -18,7 +18,7 @@ fi # --------------------------------------------------------- if [ "$1" == "" ] then - echo "$0:: No parameters - using $(CROSS_COMPILE)gcc versatilepb_config" + echo "$0:: No parameters - using ${CROSS_COMPILE}gcc versatilepb_config" else case "$config" in |