diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 1999-08-10 05:28:31 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 1999-08-10 05:28:31 +0000 |
commit | 61e922d260930a061cffb6bbc942500393e7c43d (patch) | |
tree | 577c1bdf45eec2c609f42fac6b43fce0d9cffb32 /boehm-gc/Makefile.in | |
parent | 83694b618692f96b36199ecc2d5258ea5e67ae7f (diff) | |
download | gcc-61e922d260930a061cffb6bbc942500393e7c43d.zip gcc-61e922d260930a061cffb6bbc942500393e7c43d.tar.gz gcc-61e922d260930a061cffb6bbc942500393e7c43d.tar.bz2 |
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
and punctuation.
* acinclude.m4: Likewise.
From-SVN: r28638
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 82dfeb4..3efddbe 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 = \ |