aboutsummaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 46ac3de4ec9..a42bb3be7f9 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -10,15 +10,6 @@ MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
-## Install a library built with a cross compiler in tooldir, not
-## libdir.
-if USE_LIBDIR
-toolexeclibdir = $(libdir)$(MULTISUBDIR)
-else
-toolexecdir = $(exec_prefix)/$(target_alias)
-toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR)
-endif
-
ZLIB_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \
gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \
inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \