From e9928497b217835e7de0ae9c14507c2017d7948a Mon Sep 17 00:00:00 2001 From: Vyacheslav Barinov Date: Tue, 26 Feb 2013 16:55:11 +0400 Subject: [PATCH] Small rm fix for directory deletion --- kprobe/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kprobe/Makefile.am b/kprobe/Makefile.am index 238d782..db2882b 100644 --- a/kprobe/Makefile.am +++ b/kprobe/Makefile.am @@ -20,7 +20,7 @@ inlude_opt = -I$(top_srcdir)/src/modules/ksyms extra_cflags = "$(inlude_opt) $(android_opt) $(board_opt)" all-local: - rm -f $(top_srcdir)/src/modules/kprobe/arch/asm && $(LN_S) asm-${target_arch} $(top_srcdir)/src/modules/kprobe/arch/asm + rm -rf $(top_srcdir)/src/modules/kprobe/arch/asm && $(LN_S) asm-${target_arch} $(top_srcdir)/src/modules/kprobe/arch/asm $(MAKE) CROSS_COMPILE=$(cross_compiler) ARCH=$(target_arch) extra_cflags=$(extra_cflags) $(AM_MAKEFLAGS) -C $(target_kernel_src) $(sparse_output) M=$(kprobes_module_dir) modules -- 2.7.4