mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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
|
|
@ -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 New Issue
Block a user