changeset 1:f5022e20d550

Fixup so .lst files end up in the project directory not the library one.
author darius@Inchoate
date Wed, 11 Mar 2009 16:58:26 +1030
parents 3879f487b661
children 43d3b2bef999
files Makefile.avr
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}