Fix variable spelling.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1213 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2013-09-09 05:48:11 +00:00
parent c0d9de9b67
commit 08fc95eb3e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ LIBUSB_PREFIX=${LIBUSB_PREFIX:-/WINDOWS/ProgramFiles/LibUSB-Win32}
for CC in mingw32-gcc i686-w64-mingw32-gcc
do
touch foo.c
if ${cc} -c foo.c 2> /dev/null
if ${CC} -c foo.c 2> /dev/null
then
rm -f foo.*
break