Allow override of PG_CONFIG on command line.

This commit is contained in:
Julien Rouhaud 2018-07-27 12:38:58 +02:00
parent d7ef06f4d2
commit fce6a785b7

View file

@ -4,7 +4,7 @@ TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test
PG_CONFIG = pg_config
PG_CONFIG ?= pg_config
MODULE_big = hypopg
OBJS = hypopg.o hypopg_import.o