We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4334639 commit d942f9dCopy full SHA for d942f9d
src/makefiles/pgxs.mk
@@ -124,7 +124,7 @@ all: all-lib
124
endif # MODULE_big
125
126
127
-install: all installdirs installcontrol installdata installdatatsearch installdocs installscripts
+install: all installcontrol installdata installdatatsearch installdocs installscripts | installdirs
128
ifdef MODULES
129
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
130
endif # MODULES
0 commit comments