mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 06:37:06 -04:00
plpython: Don't create pgxsdir subdirectory in installdir target
As of db23464715, we don't install
anything there anymore from plpython, so we don't need to create the
installation directory anymore.
This commit is contained in:
parent
529d8f3736
commit
fe9d009e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue