Atsushi, On 5/12/07, Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote:
Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> --- diff --git a/arch/mips/Makefile b/arch/mips/Makefile index f450066..5aa0f41 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -702,6 +702,19 @@ vmlinux.srec: $(vmlinux-32) CLEAN_FILES += vmlinux.ecoff \ vmlinux.srec +PHONY += arch-missing-syscalls +arch-missing-syscalls: prepare1
Why did you add 'prepare1' dependency ? Thanks -- Franck