mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03: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…
x
Reference in New Issue
Block a user