diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:28:31 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-10 05:28:31 +0000 |
commit | a114b60bae745de9df8dc254ce40f14f0f0e22bf (patch) | |
tree | 577c1bdf45eec2c609f42fac6b43fce0d9cffb32 /boehm-gc/Makefile.in | |
parent | 961221fa53be12c7f5836ff9005fd539324595fb (diff) | |
download | gcc-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.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 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 = \ |