diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-29 03:51:22 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-29 03:51:22 +0000 |
commit | 7f242fee790824c50972ffd73aaa5f43b4ceeca7 (patch) | |
tree | c4b2878c92753289a98b8ec7d0b8df92f17f89b0 /arch | |
parent | b9ebb22d2ba8f2b1f01d9e9f3f72fa9f6cb41490 (diff) |
Correct typing is an art ...
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 f52468efe..17bc0974e 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 arch/($ARCH)/ld.script.elf32 + rm -f vmlinux.64 arch/$(ARCH)/ld.script.elf32 archmrproper: @$(MAKEBOOT) mrproper |