diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-09 00:03:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-09 00:03:26 +0000 |
commit | ea50de0201a9514acaa0e2a7f41fbe011c2fa9f7 (patch) | |
tree | 7bc45a2ee5ea61351f30b1e3c276f1d536a74634 /Build/source | |
parent | 9baaad56e9ab49f081df3b369b751946bf3c28a6 (diff) |
export GNUMAKE
git-svn-id: svn://tug.org/texlive/trunk@2646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/Build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/Build b/Build/source/Build index 54050f20f7a..8ae59a8d698 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -33,6 +33,7 @@ cd Work || exit 1 # and then set GNUMAKE to that, for the sake of freetype2/configure. : ${GNUMAKE=${TL_MAKE}} +export GNUMAKE # Force building xdvi-xaw; motif is not always free and/or available. # --enable-gif is for sam2p; the gif patent has expired worldwide. |