summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-29 00:02:28 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-29 00:02:28 +0000
commitb9ebb22d2ba8f2b1f01d9e9f3f72fa9f6cb41490 (patch)
tree8491330574dbb0e59d748276bc626f87a18c979f /arch
parent3f4d41129eff994e64aa53de8c4fc48435d613e5 (diff)
Delete ld.script.elf32 on make distclean.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile
index c145f2a47..f52468efe 100644
--- a/arch/mips64/Makefile
+++ b/arch/mips64/Makefile
@@ -154,7 +154,7 @@ archclean:
@$(MAKEBOOT) clean
$(MAKE) -C arch/$(ARCH)/kernel clean
$(MAKE) -C arch/$(ARCH)/tools clean
- rm -f vmlinux.64
+ rm -f vmlinux.64 arch/($ARCH)/ld.script.elf32
archmrproper:
@$(MAKEBOOT) mrproper