Allow to variable PG_CONFIG together with make command
This commit is contained in:
parent
24dc053659
commit
e857213281
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,6 +14,6 @@ DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1.
|
|||
|
||||
REGRESS = pg_ivm create_immv refresh_immv
|
||||
|
||||
PG_CONFIG = pg_config
|
||||
PG_CONFIG ?= pg_config
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
include $(PGXS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue