mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Ensure installation dirs are built before contents are installed.
Cédric Villemain
This commit is contained in:
parent
4334639f4b
commit
d942f9d928
@ -124,7 +124,7 @@ all: all-lib
|
||||
endif # MODULE_big
|
||||
|
||||
|
||||
install: all installdirs installcontrol installdata installdatatsearch installdocs installscripts
|
||||
install: all installcontrol installdata installdatatsearch installdocs installscripts | installdirs
|
||||
ifdef MODULES
|
||||
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
|
||||
endif # MODULES
|
||||
|
Loading…
Reference in New Issue
Block a user