mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03: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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user