diff --git a/bin/Makefile b/bin/Makefile index 9732439..bc2f52b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -26,7 +26,6 @@ endif PG_LIBS = $(libpq) USE_PGXS = 1 # use pgxs if not in contrib directory -PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)