On Sat, 2009-06-06 at 19:13 +0200, Jan Kiszka wrote: > Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxx> > --- > > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index e0113d6..5fc0868 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,7 +1,7 @@ > # Type is AP or STA > TYPE ?= STA > > -PFX ?= /usr/share/gnush_v0901_elf-1/bin/sh-elf- > +PFX ?= $(shell pwd)/toolchain/inst/bin/sh-elf- This will fail in strange ways if the user doesn't first manually build the toolchain... It does that if you don't have it installed, but it would be nice to tell them to build it? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part