Fix regression test make dependencies
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 2 Jul 2013 01:10:36 +0000 (21:10 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 2 Jul 2013 01:10:36 +0000 (21:10 -0400)
commit384f933046dc9e9a2b416f5f7b3be30b93587c63
tree6f4c4397a2ff3636312ac1adcc2ec143a5d6e485
parent605b4c5a6b4708d9a72c205cb5b14b5f57bd53a8
Fix regression test make dependencies

The dependencies on the spi and dummy_seclabel contrib modules were
incomplete, because they did not pick up automatically generated
dependencies on header files.  This will manifest itself especially when
switching major versions, where the contrib modules would not be
recompiled to contain the new version number, leading to regression test
failures.

To fix this, use the submake approach already in use elsewhere, so that
the contrib modules are built using their full rules.
src/test/regress/GNUmakefile