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 016c452d92
commit b0e0c3683b
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