From 1ce5b1f48af300cba8bfacc6eaa8a7613596adcc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 4 Jun 2010 10:38:27 -0700 Subject: [PATCH] Fix clean-local make rule --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 93a05ff3..f657a633 100644 --- a/Makefile.am +++ b/Makefile.am @@ -432,5 +432,5 @@ include/ofono/%.h: include/%.h $(AM_V_at)$(MKDIR_P) include/ofono $(AM_V_GEN)$(LN_S) $(abs_top_srcdir)/$< $@ -clean-local: include/ofono - @$(RM) -r $< +clean-local: + @$(RM) -rf include/ofono