diff --git a/images/Makefile b/images/Makefile index 0926615..b87f522 100644 --- a/images/Makefile +++ b/images/Makefile @@ -119,7 +119,8 @@ SECONDARY: $(addprefix $(obj)/,$(targets)) images: $(addprefix $(obj)/, $(image-y)) FORCE - @echo "images built:\n" $(patsubst %,%\\n,$(image-y)) + @echo "images built:" + @for i in $(image-y); do echo $$i; done clean-files := *.pbl *.pblb *.pblx *.map start_*.imximg *.img barebox.z start_*.kwbimg \ start_*.kwbuartimg