diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-17 22:52:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-17 22:52:17 +0000 |
commit | 58f62d572085ddd427b07f15d26b719b2f84cbe2 (patch) | |
tree | 41b909f12e85dc0e1d971c2970729d47742d55a7 /Build/source/Makefile.in | |
parent | 1b08e130d3ded0082d284fb31cce672bdf86b220 (diff) |
reautoconf after the no-descent-into-disabled-subdirs change
git-svn-id: svn://tug.org/texlive/trunk@43263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 9572f1e512d..4d9bc8ace97 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -493,11 +493,18 @@ DIST_SUBDIRS = auxdir/auxsub doc $(CONF_SUBDIRS) libs utils texk recurse_this = recurse_top = -# We must configure all subdirs since 'make dist' needs the Makefile. -# For those not required for the current set of configure options +# $Id$ +# +# Requires $(recurse_this) and $(recurse_top). +# Uses CONF_SUBDIRS and MAKE_SUBDIRS (set by kpse-setup.m4). +# +# For subdirs not required for the current set of configure options # we append '--disable-build' so they can skip tests that would # fail because, e.g., some required libraries were not built. +# (By manually testing $enable_build in configure, e.g., dvisvgm/configure.) +# # Code inspired by automake's way to handle recursive targets. +# cf_silent = $(cf_silent_@AM_V@) cf_silent_ = $(cf_silent_@AM_DEFAULT_V@) cf_silent_0 = --silent |