|
From: | Jan Engelhardt |
Subject: | Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr |
Date: | Fri, 10 Jan 2014 18:46:03 +0100 (CET) |
User-agent: | Alpine 2.11 (LSU 23 2013-08-11) |
On Friday 2014-01-10 18:40, Mike Frysinger wrote: >On Friday 10 January 2014 09:47:23 Jan Engelhardt wrote: >> --- a/Makefile.am >> +++ b/Makefile.am >> >> -DLOCALEDIR=\"$(localedir)\" \ >> -DSYSCONFDIR=\"$(sysconfdir)\" >> >> +pkgconfdir = ${libdir}/pkgconfig > >this should be $(libdir) and not ${libdir} It does not really matter - using {} to reference variables is accepted by make implementations, and probably even inspired by sh and the P family of scripting languages which have been using it for ages.
[Prev in Thread] | Current Thread | [Next in Thread] |