1
0
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:
Andrew Dunstan 2013-09-29 16:12:58 -04:00
parent 4334639f4b
commit d942f9d928

View File

@ -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