* config.gcc: Fix variable syntax.
authorAndreas Schwab <schwab@gcc.gnu.org>
Mon, 18 May 2009 16:49:50 +0000 (16:49 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 18 May 2009 16:49:50 +0000 (16:49 +0000)
From-SVN: r147666

gcc/config.gcc

index 2177490..3763bd9 100644 (file)
@@ -372,7 +372,7 @@ fi
 
 case ${target} in
 i[34567]86-w64-*)
-       tm_file="i386/biarch32.h $(tm_file)"
+       tm_file="i386/biarch32.h ${tm_file}"
        ;;
 esac