bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] [PATCH] Use DESTDIR when removing .la files


From: arnold
Subject: Re: [bug-gawk] [PATCH] Use DESTDIR when removing .la files
Date: Thu, 10 Apr 2014 22:25:44 -0600
User-agent: Heirloom mailx 12.4 7/29/08

"Andrew J. Schorr" <address@hidden> wrote:

> On Thu, Apr 10, 2014 at 10:41:19AM +0200, Lars Wendler wrote:
> > Signed-off-by: Lars Wendler <address@hidden>
> > ---
> >  extension/Makefile.am | 2 +-
> >  extension/Makefile.in | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/extension/Makefile.am b/extension/Makefile.am
> > index 9c49bb8..11826e2 100644
> > --- a/extension/Makefile.am
> > +++ b/extension/Makefile.am
> > @@ -100,7 +100,7 @@ testext_la_LIBADD     = $(MY_LIBS)
> >  
> >  install-data-hook:
> >     for i in $(pkgextension_LTLIBRARIES) ; do \
> > -           $(RM) $(pkgextensiondir)/$$i ; \
> > +           $(RM) $(DESTDIR)$(pkgextensiondir)/$$i ; \
> >     done
> >  
> >  # Keep the uninstall check working:
>
> Thanks Lars.  That was my mistake.
>
> Arnold, will you commit this, or should I?
>
> Regards,
> Andy

I will probably get to it.

Thanks Lars & Andy.

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]