Minor fix to Makefile
authorCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:07 +0000 (01:16 +0100)
committerCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:07 +0000 (01:16 +0100)
Makefile

index 1d6d3cdbd81c7a86415c630b0cb89cd83dabcc60..8ad9c6b89d75df8b8d5b06d841ab8fe42c6597d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ endif
 # FIX HERE before PostgreSQL got the backpatch and push the latest minor, can remove this part when done
 ifeq ($(BUILD_EXTENSION),yes)
 
-install: all installdirs installcontrol installdata installdocs installscripts
+install: all installcontrol installdata installdocs installscripts | installdirs
 ifdef MODULES
        $(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
 endif # MODULES