aboutsummaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 94852ae..e6e97c9 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -13,7 +13,7 @@ MULTICLEAN = true
## Install a library built with a cross compiler in tooldir, not
## libdir.
if USE_LIBDIR
-toolexeclibdir = $(libdir)
+toolexeclibdir = $(libdir)$(MULTISUBDIR)
else
toolexecdir = $(exec_prefix)/$(target_alias)
toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)