diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 01:44:37 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 01:44:37 +0000 |
commit | 071fa37b15925a67f66adf4edb226b86ecade3eb (patch) | |
tree | 41a0a412ca979ed813ee8e83c2b495c1c9859209 /boehm-gc/Makefile.am | |
parent | 0d6a792ffa4aca9816b8ea5ca1cbd30e271532a5 (diff) | |
download | gcc-071fa37b15925a67f66adf4edb226b86ecade3eb.tar.gz |
* configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
Remove USE_LIBDIR conditional.
* Makefile.am (toolexecdir, toolexeclibdir): Don't override.
* Makefile.in, configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 960cc606fbb..4c22a0f3dac 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -16,15 +16,6 @@ MULTISUBDIR = MULTIDO = true MULTICLEAN = true -## Install a library built with a cross compiler in tooldir, not -## libdir. -if USE_LIBDIR -toolexeclibdir = $(libdir)$(MULTISUBDIR) -else -toolexecdir = $(exec_prefix)/$(target_alias) -toolexeclibdir = $(toolexecdir)/lib$(MULTISUBDIR) -endif - noinst_LTLIBRARIES = libgcjgc.la libgcjgc_convenience.la GC_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ |