>>>>> "jbglaw" == Jan-Benedict Glaw <jbglaw@lug-owl.de> writes:
jbglaw> Hi!
jbglaw> This small patch is needed since `pwd` is _not_ the directory a
jbglaw> Makefile resides in.
jbglaw> MfG, JBG
jbglaw> Index: arch/mips/boot/Makefile
jbglaw> ===================================================================
jbglaw> RCS file:
/home/ftp/pub/mirror/CVS/ftp.linux-mips.org/linux/arch/mips/boot/Makefile,v
jbglaw> retrieving revision 1.22
jbglaw> diff -u -r1.22 Makefile
jbglaw> --- arch/mips/boot/Makefile 9 Mar 2003 13:58:13 -0000 1.22
jbglaw> +++ arch/mips/boot/Makefile 31 Mar 2003 12:38:59 -0000
jbglaw> @@ -32,7 +32,7 @@
jbglaw> $< $@
jbglaw> vmlinux.ecoff: $(obj)/elf2ecoff vmlinux
jbglaw> - ./elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
jbglaw> + $(obj)/elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
jbglaw> $(obj)/elf2ecoff: $(obj)/elf2ecoff.c
jbglaw> $(HOSTCC) -o $@ $^
I agree, I had to add it also to get it to compile :p
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|