diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-05-30 00:41:35 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-05-30 00:41:35 +0000 |
commit | 715c93fbc5acfeed0ce531600b4c88083e27a121 (patch) | |
tree | 4fc16b6516f6781f04def528797f9117b12a4dbc | |
parent | e470e08013cd91396fa3cb40b2517b94b84e47d7 (diff) |
Fix "make ARCH=mips64 dep" failing.
-rw-r--r-- | arch/mips64/boot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips64/boot/Makefile b/arch/mips64/boot/Makefile index 658908947..5362f7766 100644 --- a/arch/mips64/boot/Makefile +++ b/arch/mips64/boot/Makefile @@ -39,9 +39,7 @@ clean: rm -f vmlinux.ecoff mrproper: - rm -f vmlinux.ecoff - rm -f addinitrd - rm -f elf2ecoff + rm -f vmlinux.ecoff addinitrd elf2ecoff dummy: |