diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-29 00:02:28 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-29 00:02:28 +0000 |
commit | b9ebb22d2ba8f2b1f01d9e9f3f72fa9f6cb41490 (patch) | |
tree | 8491330574dbb0e59d748276bc626f87a18c979f /arch | |
parent | 3f4d41129eff994e64aa53de8c4fc48435d613e5 (diff) |
Delete ld.script.elf32 on make distclean.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips64/Makefile | 2 |
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 |