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