diff options
author | Tom Tromey <tromey@redhat.com> | 2001-07-03 22:30:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-07-03 22:30:01 +0000 |
commit | 57b74bf98f82ddb43711616ef30c48f7073f1ea2 (patch) | |
tree | c833f52f19115e3e5a10cbfe266d7d980dcc447e /boehm-gc/Makefile.in | |
parent | 8b55628e81090c774ea54b945c24a02236defcdc (diff) | |
download | gcc-57b74bf98f82ddb43711616ef30c48f7073f1ea2.tar.gz |
re PR bootstrap/3281 (Installation failure (mkinstalldirs))
Fix for PR bootstrap/3281:
* aclocal.m4, configure, Makefile.in: Rebuilt.
* acinclude.m4: Set mkinstalldirs for in-tree build.
From-SVN: r43738
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 28838d6a1aa..e8fb04fa94b 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -91,6 +91,7 @@ THREADLIBS = @THREADLIBS@ VERSION = @VERSION@ addobjs = @addobjs@ boehm_gc_basedir = @boehm_gc_basedir@ +mkinstalldirs = @mkinstalldirs@ target_all = @target_all@ AUTOMAKE_OPTIONS = cygnus @@ -195,7 +196,6 @@ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host MAKEOVERRIDES = ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs CONFIG_CLEAN_FILES = LTLIBRARIES = $(toolexeclib_LTLIBRARIES) |