summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-03 15:52:21 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-03-03 15:52:21 +0000
commitecc236ebbdd4f9d15b1513f58626dbb127963321 (patch)
tree57b4e43edfe3c9759729787a444f126d48c62020 /Build/source/Makefile.in
parent24deaaa61ff97455011a65667fd4fe7157c81b40 (diff)
do not automatically run 'make check' when cross compiling
git-svn-id: svn://tug.org/texlive/trunk@17303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index a0db735fb28..aa0d55aefc0 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -343,9 +343,10 @@ EXTRA_DIST = \
@build_kpathsea_FALSE@SUBDIRS = libs utils texk
@build_kpathsea_TRUE@SUBDIRS = texk/kpathsea libs utils texk
DIST_SUBDIRS = auxdir/auxsub texk/kpathsea libs utils texk
+@cross_compiling_FALSE@check_target = check
# Allow for skipping make check if needed.
-check_target = check
+@cross_compiling_TRUE@check_target = skip
all: all-recursive
.SUFFIXES: