mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -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
8acd8f8690
commit
7d5852ca83
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