From: Karina Litskevich Date: Thu, 16 Nov 2023 08:39:02 +0000 (+0300) Subject: Improve Makefile: set PG_CONFIG only if it is not already set X-Git-Tag: REL_17_0~12 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8529a24e615b5ffec23c060c6a342bd38081e970;p=pg_filedump.git Improve Makefile: set PG_CONFIG only if it is not already set --- diff --git a/Makefile b/Makefile index fac7c37..b0f88b5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ REGRESS = datatypes float numeric xml TAP_TESTS = 1 EXTRA_CLEAN = *.heap -PG_CONFIG = pg_config +PG_CONFIG ?= pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)