summaryrefslogtreecommitdiffstats
path: root/boehm-gc/Makefile.in
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.in
parent961221fa53be12c7f5836ff9005fd539324595fb (diff)
downloadppe42-gcc-a114b60bae745de9df8dc254ce40f14f0f0e22bf.tar.gz
ppe42-gcc-a114b60bae745de9df8dc254ce40f14f0f0e22bf.zip
* 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.in')
-rw-r--r--boehm-gc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in
index 82dfeb4a079..3efddbee8cb 100644
--- a/boehm-gc/Makefile.in
+++ b/boehm-gc/Makefile.in
@@ -99,7 +99,7 @@ MULTISUBDIR =
MULTIDO = true
MULTICLEAN = true
@USE_LIBDIR_TRUE@toolexeclibdir = \
-@USE_LIBDIR_TRUE@$(libdir)
+@USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
@USE_LIBDIR_FALSE@toolexeclibdir = \
@USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
@USE_LIBDIR_FALSE@toolexecdir = \
OpenPOWER on IntegriCloud