From b8e16a3450fb9853a8b0ff617d70f1121b32c4c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 6 Oct 2005 23:44:55 +0200 Subject: Cleanup --- board/versatile/split_by_variant.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'board/versatile') diff --git a/board/versatile/split_by_variant.sh b/board/versatile/split_by_variant.sh index b462b7e..ea705da 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 -- cgit v1.1