projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4334639
)
Ensure installation dirs are built before contents are installed.
author
Andrew Dunstan
<andrew@dunslane.net>
Sun, 29 Sep 2013 20:12:58 +0000
(16:12 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sun, 29 Sep 2013 20:12:58 +0000
(16:12 -0400)
Cédric Villemain
src/makefiles/pgxs.mk
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/pgxs.mk
b/src/makefiles/pgxs.mk
index 8618aa1d1a499331cf401642ca33578c515efd41..ac12f7d3db9ba4e21150b667b0fdaabc81cb6f8a 100644
(file)
--- a/
src/makefiles/pgxs.mk
+++ b/
src/makefiles/pgxs.mk
@@
-124,7
+124,7
@@
all: all-lib
endif # MODULE_big
-install: all install
dirs installcontrol installdata installdatatsearch installdocs installscript
s
+install: all install
control installdata installdatatsearch installdocs installscripts | installdir
s
ifdef MODULES
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
endif # MODULES