Fix clean-local make rule

This commit is contained in:
Marcel Holtmann 2010-06-04 10:38:27 -07:00
parent 372a2e306e
commit 1ce5b1f48a
1 changed files with 2 additions and 2 deletions

View File

@ -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