Use VAR=${VAR=...} form.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 23 Feb 2001 19:13:33 +0000 (19:13 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 23 Feb 2001 19:13:33 +0000 (19:13 +0000)
From-SVN: r40005

libstdc++-v3/ChangeLog
libstdc++-v3/mknumeric_limits

index 468dc66f0d950fa06a4dfffe662b3f92a12be52b..1cf576ef3913e9771d49190cc020fd5f213e53ac 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-23  Alexandre Oliva <aoliva@redhat.com>
+
+       * mknumeric_limits (CC): Use VAR=${VAR=...} form.
+
 2001-02-23  David Edelsohn <dje@watson.ibm.com>
 
        * mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc
index 06b9b89490e14e34cb43fa0df2e048250081911f..a20b0bf517ef758d7926ba890b5d780ebccdc24f 100755 (executable)
@@ -47,7 +47,7 @@ if [ $XCOMPILE -eq 1 ]; then
   exit 0;
 fi   
 
-: ${CC:="$BUILD_DIR/../../gcc/xgcc -B$BUILD_DIR/../../gcc/"}
+CC=${CC="$BUILD_DIR/../../gcc/xgcc -B$BUILD_DIR/../../gcc/"}
 
 # We output to a temporary file, so that we don't appear to have
 # succeeded unless we actually do.