]> granicus.if.org Git - postgresql/commit
Un-break contrib install with llvm.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Apr 2018 18:45:39 +0000 (14:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Apr 2018 18:45:39 +0000 (14:45 -0400)
commitf2bb32dbd6af8ec3eb99308289a83b1ff3ca6514
tree144c2c4532bd57b6eec7bd1f20b23380b4cc19bf
parentbc19b7836215b1a847524041a1bd138d7bb5cbef
Un-break contrib install with llvm.

Apparently $(foreach ... $(call install_llvm_module,...)) doesn't work
too well without a blank line ending the install_llvm_module macro.
The previous coding hackishly dodged this problem with some parens,
but that's not really a good solution because make misunderstands
where the command boundaries are that way.

Discussion: https://postgr.es/m/20180428073935.GB1736@paquier.xyz
src/Makefile.global.in