summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2017-02-15 18:53:56 (GMT)
committerGitHub <noreply@github.com>2017-02-15 18:53:56 (GMT)
commit24007bb4e61ea6190714007043598e84936bd6f7 (patch)
treeda222b5ee91d8fc27af5ce3e7670d36f0def6572
parent69dbafc1c4806f6c05e28c01117799087f498a2f (diff)
parenteb51b2b8d9254add9d72eb26064518d5bcf1e9ee (diff)
downloadlz4-24007bb4e61ea6190714007043598e84936bd6f7.zip
lz4-24007bb4e61ea6190714007043598e84936bd6f7.tar.gz
lz4-24007bb4e61ea6190714007043598e84936bd6f7.tar.bz2
Merge pull request #318 from esiegerman/eks/mklib
Explicitly create $(DESTDIR)$(LIBDIR)/ at install time
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7ba9ccb..c4bc7d2 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -143,7 +143,7 @@ liblz4.pc: liblz4.pc.in Makefile
$< >$@
install: lib liblz4.pc
- @$(INSTALL) -d -m 755 $(DESTDIR)$(PKGCONFIGDIR)/ $(DESTDIR)$(INCLUDEDIR)/
+ @$(INSTALL) -d -m 755 $(DESTDIR)$(PKGCONFIGDIR)/ $(DESTDIR)$(INCLUDEDIR)/ $(DESTDIR)$(LIBDIR)/
@$(INSTALL_DATA) liblz4.pc $(DESTDIR)$(PKGCONFIGDIR)/
@echo Installing libraries
ifeq ($(BUILD_STATIC),yes)