diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:30:10 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:30:10 +0000 |
commit | 7ce928ee23a784a5aeea6324e26f990e5da02a0c (patch) | |
tree | 1031026e3ce2572c41f3e288e6f35044b10ee049 /zlib/Makefile.am | |
parent | 9573c665667a5d3299cc299eda6383d1e25be6de (diff) | |
download | gcc-7ce928ee23a784a5aeea6324e26f990e5da02a0c.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
builds.
* configure: Rebuilt.
* configure.in: Properly align --help output, fix capitalization.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 2 |
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) |