From bdfa1289f83325044f7f4aec08af2b909210322e Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 2 Nov 2007 11:05:42 +0000 Subject: [PATCH] Fix Windows-specific compiler executable name. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@26 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/lib/Makefile b/branches/follower/wiz810mj/src/lib/Makefile index d011f65..de06469 100644 --- a/branches/follower/wiz810mj/src/lib/Makefile +++ b/branches/follower/wiz810mj/src/lib/Makefile @@ -8,7 +8,7 @@ MCU = atmega168 TARGET = $(PROJECT)_direct_mode.elf #TARGET = $(PROJECT)_indirect_mode.elf #TARGET = $(PROJECT)_spi_mode.elf -CC = avr-gcc.exe +CC = avr-gcc ## Options common to compile, link and assembly rules COMMON = -mmcu=$(MCU)