8000 Ensure installation dirs are built before contents are installed. · sqlparser/postgres@d942f9d · GitHub
[go: up one dir, main page]

Skip to content

Commit d942f9d

Browse files
committed
Ensure installation dirs are built before contents are installed.
Cédric Villemain
1 parent 4334639 commit d942f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefiles/pgxs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ all: all-lib
124124
endif # MODULE_big
125125

126126

127-
install: all installdirs installcontrol installdata installdatatsearch installdocs installscripts
127+
install: all installcontrol installdata installdatatsearch installdocs installscripts | installdirs
128128
ifdef MODULES
129129
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
130130
endif # MODULES

0 commit comments

Comments
 (0)
0