Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d5852c

Browse files
committed
plpython: Don't create pgxsdir subdirectory in installdir target
As ofdb23464, we don't installanything there anymore from plpython, so we don't need to create theinstallation directory anymore.
1 parent8acd8f8 commit7d5852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plpython/Makefile

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp