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 $@ $^