pgsql: Make update-unicode target work in vpath builds

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make update-unicode target work in vpath builds
Date: 2022-03-25 08:49:10
Message-ID: E1nXfd7-001IPF-AO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make update-unicode target work in vpath builds

Author: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://www.postgresql.org/message-id/616c6873-83b5-85c0-93cb-548977c39c60@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c64fb698d076b297b350f667719ba5d58551a7f9

Modified Files
--------------
contrib/unaccent/Makefile | 4 ++--
src/common/unicode/Makefile | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-03-25 12:17:12 pgsql: Fix replay of create database records on standby
Previous Message Peter Eisentraut 2022-03-25 08:01:50 pgsql: Refactor DLSUFFIX handling