From e2075366cc07edd608fc1018ce240b412e7c834e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Dec 2006 21:17:37 +0000 Subject: 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 --- Build/source/Build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Build') 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; \ -- cgit v1.2.3