From: Chris Wilson Date: Wed, 18 Nov 2009 11:34:54 +0000 (+0000) Subject: Makefile: evaluate pkg-config once X-Git-Tag: 0.1~433 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=4a6a1ed654291a720c75c6b6c078fe52f206dc8a;hp=4a6a1ed654291a720c75c6b6c078fe52f206dc8a Makefile: evaluate pkg-config once Currently the same `pkg-config ...` is executed for every target, so just store the results in a variable. ---