# HG changeset patch # User darius@Inchoate # Date 1236752906 -37800 # Node ID f5022e20d5500b6045b6b0f52856d2be583a07db # Parent 3879f487b661161543bf45353402692b6ca7cc39 Fixup so .lst files end up in the project directory not the library one. diff -r 3879f487b661 -r f5022e20d550 Makefile.avr --- a/Makefile.avr Wed Mar 11 16:42:27 2009 +1030 +++ b/Makefile.avr Wed Mar 11 16:58:26 2009 +1030 @@ -15,7 +15,7 @@ OBJDUMP=avr-objdump # Tell as to generate listings -CPPFLAGS+=-Wa,-adhlmsn=${<:S/.c/.lst/} +CPPFLAGS+=-Wa,-adhlmsn=${<:T:S/.c/.lst/} MCU?=at90s8515 CFLAGS+=-mmcu=${MCU}