Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [Patch-2.5] Add path to elf2ecoff
@ 2003-03-31 12:49 Jan-Benedict Glaw
  2003-03-31 13:28 ` Juan Quintela
  0 siblings, 1 reply; 2+ messages in thread
From: Jan-Benedict Glaw @ 2003-03-31 12:49 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Hi!

This small patch is needed since `pwd` is _not_ the directory a
Makefile resides in.

MfG, JBG


Index: arch/mips/boot/Makefile
===================================================================
RCS file: /home/ftp/pub/mirror/CVS/ftp.linux-mips.org/linux/arch/mips/boot/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- arch/mips/boot/Makefile	9 Mar 2003 13:58:13 -0000	1.22
+++ arch/mips/boot/Makefile	31 Mar 2003 12:38:59 -0000
@@ -32,7 +32,7 @@
 		$< $@
 
 vmlinux.ecoff:	$(obj)/elf2ecoff vmlinux
-	./elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
+	$(obj)/elf2ecoff vmlinux $(obj)/vmlinux.ecoff $(E2EFLAGS)
 
 $(obj)/elf2ecoff: $(obj)/elf2ecoff.c
 	$(HOSTCC) -o $@ $^


-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
      ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-31 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-31 12:49 [Patch-2.5] Add path to elf2ecoff Jan-Benedict Glaw
2003-03-31 13:28 ` Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox