aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-06-08 17:59:57 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-06-08 17:59:57 +0000
commita5440f9ebf63d09b87b2adb7944c0cee52374e78 (patch)
treefdfe708fbcc4c747458439c0c70fe79ce734b64f /boehm-gc/Makefile.am
parent7bd458aabb4805c9126408032b515ab3ce106f54 (diff)
downloadgcc-a5440f9ebf63d09b87b2adb7944c0cee52374e78.zip
gcc-a5440f9ebf63d09b87b2adb7944c0cee52374e78.tar.gz
gcc-a5440f9ebf63d09b87b2adb7944c0cee52374e78.tar.bz2
For PR bootstrap/3075:
* configure, aclocal.m4, Makefile.in: Rebuilt. * configure.in: Don't call AC_CONFIG_AUX_DIR or AC_CANONICAL_SYSTEM. * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and AC_CANONICAL_SYSTEM here. * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not boehm_gc_basedir. From-SVN: r43033
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 4e8deee..f272879 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/Makefile.am
@@ -117,7 +117,7 @@ AM_MAKEFLAGS = \
"RANLIB=$(RANLIB)" \
"DESTDIR=$(DESTDIR)"
-CONFIG_STATUS_DEPENDENCIES = $(boehm_gc_basedir)/configure.host
+CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
# Multilib support.
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \