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
This commit is contained in:
Tom Lane 2018-04-12 10:38:48 -04:00
parent 524054598f
commit 3e110a373b
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ installcheck: submake-pg-regress
.PHONY: submake-pg-regress
submake-pg-regress:
submake-pg-regress: | submake-generated-headers
$(MAKE) -C $(top_builddir)/src/test/regress pg_regress$(X)
clean distclean: clean-lib