From a555183507d42341e4a2794cde1d15b535c7f297 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 25 Oct 2004 19:37:46 +0000 Subject: [PATCH] Make a sentence easier to parse llvm-svn: 17225 --- llvm/docs/MakefileGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 16597c79138c..b72c8e129d6c 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/docs/MakefileGuide.html @@ -63,8 +63,8 @@ a departure from BSD in order to implement additional features needed by LLVM.

Although makefile systems such as automake were attempted at one point, it - has become clear that the variations required by LLVM from any Makefile norm - are too many to strictly use a more limited tool. Consequently, LLVM requires + has become clear that the differences between the LLVM way of doing things and + the Makefile norm are too great to use a more limited tool. Consequently, LLVM requires simply GNU Make 3.79, a widely portably makefile processor. LLVM unabashedly makes heavy use of the features of GNU Make so the dependency on GNU Make is firm. If you're not familiar with make, it is recommended that you