[PATCH] Fix: clean-local target

Rémi Denis-Courmont remi at remlab.net
Fri Apr 23 23:57:10 PDT 2010


Le vendredi 23 avril 2010 19:25:18 Marcel Holtmann, vous avez écrit :
> Hi Pekka,
> 
> >  Makefile.am |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Makefile.am b/Makefile.am
> > index 86ccf1b..db7e33e 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > @@ -426,5 +426,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
> 
> what is this trying to fix?

Not -pointlessly- build include/ofono just before removing it.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


More information about the ofono mailing list