diff -r 352c42b20441 -r e5c5101c4f0b examples/AVR/Slave/Makefile --- a/examples/AVR/Slave/Makefile Thu Dec 22 11:43:08 2011 +0100 +++ b/examples/AVR/Slave/Makefile Thu Dec 22 13:46:00 2011 +0100 @@ -6,7 +6,7 @@ PROJECT = SlaveAVR MCU = at90can128 TARGET = AVR -CC = avr-gcc.exe +CC = avr-gcc SRC = ../../../src DRV = ../../../drivers/AVR @@ -35,7 +35,7 @@ HEX_EEPROM_FLAGS += --change-section-lma .eeprom=0 --no-change-warnings ## Include Directories -INCLUDES = -I../../../include -I../../../include/AVR +INCLUDES = -I../../../include/AVR -I../../../include ## Objects that must be built in order to link OBJECTS = $(DRV)/can_AVR.o\