diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2013-09-29 16:12:58 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2013-09-29 16:12:58 -0400 |
commit | d942f9d9283f831fc74ed3cf60e6c8362274b36e (patch) | |
tree | fd700191fe2470d810b98f7d4dcf717574240926 /src | |
parent | 4334639f4bb9fb88c13b8dd5faca22b207248504 (diff) | |
download | postgresql-d942f9d9283f831fc74ed3cf60e6c8362274b36e.tar.gz postgresql-d942f9d9283f831fc74ed3cf60e6c8362274b36e.zip |
Ensure installation dirs are built before contents are installed.
Cédric Villemain
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/pgxs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk index 8618aa1d1a4..ac12f7d3db9 100644 --- a/src/makefiles/pgxs.mk +++ b/src/makefiles/pgxs.mk @@ -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 |