summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2015-02-25 14:20:16 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2015-02-25 16:43:35 +0100
commitdd6f81ea15b565a44e3c9231fd4bc57f4698a40a (patch)
tree209f9393df1b9da304371eb7bce4aa4ee42fc2b9
parentc5879dab4d0a1e6d0b6e0510e28ddd933ec207fb (diff)
downloadefl-dd6f81ea15b565a44e3c9231fd4bc57f4698a40a.tar.gz
build: Ensure we have $(DESTDIR)$(libdir) during parallel install
While install-exec-hook gets normally executed after install and thus we would have this we need to ensure it here when we want to be safe regarding parallel install.
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b0b48848fb..5a4e4143c9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -146,6 +146,7 @@ clean-local:
find . -type f -name check-results.xml -delete
install-exec-hook:
+ $(MKDIR_P) $(DESTDIR)$(libdir)
for i in $(lib_LTLIBRARIES); do \
FNAME="$(DESTDIR)$(libdir)/`echo $$i | sed "s#lib/.*/##"`"; \
FNAMEEXT="$$FNAME.$$$$"; \