From dd9352a7779d6f6536010ce03e7dc081047b0640 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 27 Sep 2017 14:51:48 +0000 Subject: [PATCH] Fix executables installation in PostgreSQL 9.3 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f19808b4..4c22a86f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,8 +91,8 @@ maintainer-additional-clean: clean rm -f Makefile @rm -rf autom4te.cache/ -ifeq ($(MAJORVERSION),9.4) -# We must emulate SCRIPTS_built for Pg 9.4 as PGXS doesn't support it +ifeq ($(MAJORVERSION),$(filter $(MAJORVERSION),9.3 9.4)) +# We must emulate SCRIPTS_built for Pg < 9.5 as PGXS doesn't support it install: install-scripts install-scripts: $(INSTALL_SCRIPT) $(SCRIPTS_built) '$(DESTDIR)$(bindir)/'