pgsql: Properly use $(AWK) in Makefile, not 'awk'

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Properly use $(AWK) in Makefile, not 'awk'
Date: 2024-12-04 03:31:35
Message-ID: E1tIg6x-0010K3-3X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Properly use $(AWK) in Makefile, not 'awk'

Fix for commit 498f1307569.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77c189cdafe3873b7273149fbc490cc11c431cc3

Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-12-04 04:27:48 pgsql: Ensure stored generated columns must be published when required.
Previous Message Thomas Munro 2024-12-04 02:21:25 pgsql: Use <stdint.h> and <inttypes.h> for c.h integers.