From 7c8c6a129b5de61cf4b0b7958b4f31e0cdc3c578 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Fri, 18 Dec 2009 21:13:17 +0900 Subject: [PATCH] --- yaml --- r: 179162 b: refs/heads/master c: 17f964e881e125917cbeea8eb82271cc68485a22 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/boot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0bfbb7a46717..6c1379cd3841 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d797396f3387c5be8f63fcc8e9be98bb884ea86a +refs/heads/master: 17f964e881e125917cbeea8eb82271cc68485a22 diff --git a/trunk/arch/mips/boot/Makefile b/trunk/arch/mips/boot/Makefile index 094bc84765a3..e39a08edcaaa 100644 --- a/trunk/arch/mips/boot/Makefile +++ b/trunk/arch/mips/boot/Makefile @@ -28,7 +28,7 @@ VMLINUX = vmlinux all: vmlinux.ecoff vmlinux.srec vmlinux.ecoff: $(obj)/elf2ecoff $(VMLINUX) - $(obj)/elf2ecoff $(VMLINUX) vmlinux.ecoff $(E2EFLAGS) + $(obj)/elf2ecoff $(VMLINUX) $(obj)/vmlinux.ecoff $(E2EFLAGS) $(obj)/elf2ecoff: $(obj)/elf2ecoff.c $(HOSTCC) -o $@ $^