From 7e2657cd4cd32888103540ca672fc8c515bb731e Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 1 Jan 2006 13:48:07 +0000 Subject: [PATCH] rename foo-asm.lst to foo+asm.list --- pic.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2