libpq-oauth: Fix Makefile dependencies

Jacob Champion <jchampion@postgresql.org>

Commit: b634c4e0e8f47186c664f7141e8ab0b73c50eb0c
Author: Jacob Champion <jchampion@postgresql.org>
Date: 2026-03-13T17:34:03Z
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.

Files

PathChange+/−
src/interfaces/libpq-oauth/Makefile modified +1 −0