[COMMITTERS] pgsql: Fix misplacement of submake-generated-headers prerequisites.

2016-10-01 Thread Tom Lane
Fix misplacement of submake-generated-headers prerequisites. The sequence "configure; cd src/pl/plpython; make -j" failed due to trying to compile plpython's .o files before the generated headers finished building. (This is an important real-world case, since it's the typical second step when bui

[COMMITTERS] pgsql: Fix misplacement of submake-generated-headers prerequisites.

2016-10-01 Thread Tom Lane
Fix misplacement of submake-generated-headers prerequisites. The sequence "configure; cd src/pl/plpython; make -j" failed due to trying to compile plpython's .o files before the generated headers finished building. (This is an important real-world case, since it's the typical second step when bui