libpq-oauth: Fix Makefile dependencies As part of 6225403f2, I'd removed the override for the `stlib` target, since NAME no longer contains a major version number. But I forgot that its dependencies are declared before Makefile.shlib is included; those dependencies were then omitted entirely.
Per buildfarm member indri, which appears to be the only system so far that's bothered by an empty archive. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b634c4e0e8f47186c664f7141e8ab0b73c50eb0c Modified Files -------------- src/interfaces/libpq-oauth/Makefile | 1 + 1 file changed, 1 insertion(+)
