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: Andrew J. Schorr
Subject: Re: [bug-gawk] [PATCH] Use DESTDIR when removing .la files
Date: Thu, 10 Apr 2014 17:19:43 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

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