Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d5852c

Browse files
committed
plpython: Don't create pgxsdir subdirectory in installdir target
As of db23464, we don't install anything there anymore from plpython, so we don't need to create the installation directory anymore.
1 parent 8acd8f8 commit 7d5852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpython/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $(OBJS): | submake-generated-headers
110110
install: all install-lib install-data
111111

112112
installdirs: installdirs-lib
113-
$(MKDIR_P) '$(DESTDIR)$(datadir)/extension' '$(DESTDIR)$(includedir_server)' '$(DESTDIR)$(pgxsdir)/src/pl/plpython'
113+
$(MKDIR_P) '$(DESTDIR)$(datadir)/extension' '$(DESTDIR)$(includedir_server)'
114114

115115
uninstall: uninstall-lib uninstall-data
116116

0 commit comments

Comments
 (0)