[virt-tools-list] [PATCH 01/12] cosmetic: use $(VAR) instead of ${VAR}
Christophe Fergeau
cfergeau at redhat.com
Tue Dec 23 10:26:58 UTC 2014
Seems good, ACK.
Christophe
On Tue, Dec 23, 2014 at 01:01:54AM +0100, Fabiano Fidêncio wrote:
> ---
> data/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/Makefile.am b/data/Makefile.am
> index c80b970..b9a928f 100644
> --- a/data/Makefile.am
> +++ b/data/Makefile.am
> @@ -39,7 +39,7 @@ virt-viewer-$(WIXL_ARCH)-$(VERSION).msi: virt-viewer.wxs deps.txt
> --directory-ref=INSTALLDIR > virt-viewer-files.wxs && \
> MANUFACTURER="$(MANUFACTURER)" wixl -D SourceDir=$(prefix) \
> -D DESTDIR=$$DESTDIR$(prefix) \
> - -D GtkVersion=${GTK_API_VERSION} \
> + -D GtkVersion=$(GTK_API_VERSION) \
> --arch $(WIXL_ARCH) \
> -o $@ \
> $< virt-viewer-files.wxs && \
> --
> 2.1.0
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20141223/fb7e22af/attachment.sig>
More information about the virt-tools-list
mailing list