Fix YA parallel-make hazard, this one in "make check" in plpython.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Apr 2018 14:38:48 +0000 (10:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Apr 2018 14:38:53 +0000 (10:38 -0400)
commit3e110a373b8102221af5436434441cd20eeb68fa
tree31b0e324a616be58cbc4245ba0332ab374c2b676
parent524054598fd300c75007f53aebd67f9ced33b7db
Fix YA parallel-make hazard, this one in "make check" in plpython.

We have to ensure that submake-generated-headers is finished before
the topmost make run launches any child makes.

Discussion: https://postgr.es/m/20180411235843.GG32449@paquier.xyz
src/pl/plpython/Makefile