summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-08-31 07:42:01 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-08-31 07:42:31 +0200
commitfe9d009e3e945945e1e3bb0f65514217fc8566e5 (patch)
tree5466da431e85a48a22854e6d36d1a93d881c2895 /src
parent529d8f3736a1c62dc00ee272e04a6decaacc300b (diff)
plpython: Don't create pgxsdir subdirectory in installdir target
As of db23464715f4792298c639153dda7bfd9ad9d602, we don't install anything there anymore from plpython, so we don't need to create the installation directory anymore.
Diffstat (limited to 'src')
-rw-r--r--src/pl/plpython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile
index 0d6f74de71f..6b1865c2402 100644
--- a/src/pl/plpython/Makefile
+++ b/src/pl/plpython/Makefile
@@ -110,7 +110,7 @@ $(OBJS): | submake-generated-headers
install: all install-lib install-data
installdirs: installdirs-lib
- $(MKDIR_P) '$(DESTDIR)$(datadir)/extension' '$(DESTDIR)$(includedir_server)' '$(DESTDIR)$(pgxsdir)/src/pl/plpython'
+ $(MKDIR_P) '$(DESTDIR)$(datadir)/extension' '$(DESTDIR)$(includedir_server)'
uninstall: uninstall-lib uninstall-data