mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 16:18:21 -04:00
Ensure installation dirs are built before contents are installed.
Cédric Villemain
This commit is contained in:
parent
4334639f4b
commit
d942f9d928
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ all: all-lib
|
||||||
endif # MODULE_big
|
endif # MODULE_big
|
||||||
|
|
||||||
|
|
||||||
install: all installdirs installcontrol installdata installdatatsearch installdocs installscripts
|
install: all installcontrol installdata installdatatsearch installdocs installscripts | installdirs
|
||||||
ifdef MODULES
|
ifdef MODULES
|
||||||
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
|
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
|
||||||
endif # MODULES
|
endif # MODULES
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue