]> granicus.if.org Git - postgresql/commitdiff
Ensure installation dirs are built before contents are installed.
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 29 Sep 2013 20:12:58 +0000 (16:12 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 29 Sep 2013 20:12:58 +0000 (16:12 -0400)
Cédric Villemain

src/makefiles/pgxs.mk

index 8618aa1d1a499331cf401642ca33578c515efd41..ac12f7d3db9ba4e21150b667b0fdaabc81cb6f8a 100644 (file)
@@ -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