summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>1999-08-10 05:30:10 +0000
committerAnthony Green <green@gcc.gnu.org>1999-08-10 05:30:10 +0000
commit3ef1cea850c365903de7137b0a444f49e736981f (patch)
tree1031026e3ce2572c41f3e288e6f35044b10ee049 /zlib/Makefile.am
parent0721f64ea4ec653cdd6c7d7dc3f8086951fcf9f5 (diff)
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization. From-SVN: r28640
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 94852aefef5..e6e97c9752e 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)