Fix makefile for out-of-tree compiling of contrib/zenith

This commit is contained in:
anastasia
2021-06-07 12:18:23 +03:00
committed by lubennikovaav
parent 434374ebb4
commit 9b8e82c6cf

View File

@@ -38,8 +38,7 @@ postgres: postgres-configure
+@echo "Compiling PostgreSQL"
$(MAKE) -C tmp_install/build MAKELEVEL=0 install
+@echo "Compiling contrib/zenith"
(cd vendor/postgres/contrib/zenith && \
$(MAKE) PG_CONFIG=$(abspath tmp_install)/bin/pg_config install USE_PGXS=1)
$(MAKE) -C tmp_install/build/contrib/zenith install
postgres-clean:
$(MAKE) -C tmp_install/build MAKELEVEL=0 clean