diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-04 10:38:27 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-04 10:38:27 -0700 |
commit | 1ce5b1f48af300cba8bfacc6eaa8a7613596adcc (patch) | |
tree | 0ce70250bc3e230ae9e4fe9a69a40dcc7b209f19 /Makefile.am | |
parent | 372a2e306ef8892c5f28cdf1c1e6b8a255a3441e (diff) |
Fix clean-local make rule
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files 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 |