From: ian Date: Sun, 1 Jan 2006 13:48:07 +0000 (+0000) Subject: rename foo-asm.lst to foo+asm.list X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=7e2657cd4cd32888103540ca672fc8c515bb731e;p=trains.git rename foo-asm.lst to foo+asm.list --- diff --git a/pic.make b/pic.make index e3639eb..d445442 100644 --- a/pic.make +++ b/pic.make @@ -24,7 +24,7 @@ MERGEHEX= ./$^ $o PIC= 18f458 LINK= gplink -m -o $@ $^ ASSEMBLE= gpasm -p$(PIC) $(ASFLAGS) -DOASSEMBLE= $(ASSEMBLE) -c $< && mv $*.lst $*-asm.lst +DOASSEMBLE= $(ASSEMBLE) -c $< && mv $*.lst $*+asm.lst PIC_HEADER= /usr/share/gputils/header/p$(PIC).inc