aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-01-28 01:44:37 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2003-01-28 01:44:37 +0000
commit13b6e5b4f1319697deec9c22e0cb100884496b6b (patch)
tree41a0a412ca979ed813ee8e83c2b495c1c9859209 /boehm-gc/Makefile.am
parent4f8d9f2be636f8c80fc54c220a9d862caeecb496 (diff)
downloadgcc-13b6e5b4f1319697deec9c22e0cb100884496b6b.zip
gcc-13b6e5b4f1319697deec9c22e0cb100884496b6b.tar.gz
gcc-13b6e5b4f1319697deec9c22e0cb100884496b6b.tar.bz2
configure.in (toolexecdir, [...]): Set and AC_SUBST.
* configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST. Remove USE_LIBDIR conditional. * Makefile.am (toolexecdir, toolexeclibdir): Don't override. * Makefile.in, configure: Rebuilt. From-SVN: r61926
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 960cc60..4c22a0f 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 \