]> git.notmuchmail.org Git - notmuch/commit
Makefile.local: make IS_GIT simply expanded
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 25 May 2016 21:04:31 +0000 (00:04 +0300)
committerDavid Bremner <david@tethera.net>
Sun, 4 Sep 2016 11:14:46 +0000 (08:14 -0300)
commit17341ec798b4cb2fe192824bcf8b7e78236e4121
tree2ecc5e5a953bd3ef85860065de0d3d5436eaf61d
parent827c28a04effc58f29e751788690d2f4b434902d
Makefile.local: make IS_GIT simply expanded

By using ':=' while setting IS_GIT it is expanded to 'yes' or 'no' at
that point (and not every time when $(IS_GIT) is referenced).
Makefile.local