From 715c93fbc5acfeed0ce531600b4c88083e27a121 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Tue, 30 May 2000 00:41:35 +0000 Subject: Fix "make ARCH=mips64 dep" failing. --- arch/mips64/boot/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch') 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: -- cgit v1.2.3