summaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-10 05:28:31 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-10 05:28:31 +0000
commita114b60bae745de9df8dc254ce40f14f0f0e22bf (patch)
tree577c1bdf45eec2c609f42fac6b43fce0d9cffb32 /boehm-gc/Makefile.am
parent961221fa53be12c7f5836ff9005fd539324595fb (diff)
downloadgcc-a114b60bae745de9df8dc254ce40f14f0f0e22bf.tar.gz
* Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization and punctuation. * acinclude.m4: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index cb383d55913..9cf838b3a71 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/Makefile.am
@@ -17,7 +17,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)