I upgraded to Asuor Lib ver 2.7.1 and the WinAVR ver 20071221.

Now I´m getting the following error message when I try to compile a project (see code section).
Code:
-------- begin --------
avr-gcc --version
avr-gcc (GCC) 4.2.2 (WinAVR 20071221)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

make.exe: *** No rule to make target `test.hex', needed by `all'.  Stop.

> Process Exit Code: 2
> Time Taken: 00:00
The make clean functions just fine.

Any idea what I´m missing here?

Thanks