mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user