summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-08 21:17:37 +0000
committerKarl Berry <karl@freefriends.org>2006-12-08 21:17:37 +0000
commite2075366cc07edd608fc1018ce240b412e7c834e (patch)
tree3dca25b0754e3b8a10b77e4ef05fdbb15b904fd7
parentfe6aa8c40c73484d1391485db148f30fba746414 (diff)
set GNUMAKE to TL_MAKE for freetype2/configure.
Reported by Manfred. git-svn-id: svn://tug.org/texlive/trunk@2642 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/Build3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 875c194fead..54050f20f7a 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -31,6 +31,9 @@ cd Work || exit 1
# allow override of make program.
: ${TL_MAKE=make}
+# and then set GNUMAKE to that, for the sake of freetype2/configure.
+: ${GNUMAKE=${TL_MAKE}}
+
# Force building xdvi-xaw; motif is not always free and/or available.
# --enable-gif is for sam2p; the gif patent has expired worldwide.
(set -x; \