aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-25 19:37:46 +0000
committerChris Lattner <sabre@nondot.org>2004-10-25 19:37:46 +0000
commit23da7305e8675dca4d4cada66725801349fecd9b (patch)
tree0810b31b54015b4d865d467244589b6ffbe53925
parent72f0891c52f5a2bf6e1496f6bf9d473d4de57678 (diff)
Make a sentence easier to parse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17225 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/MakefileGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 16597c7913..b72c8e129d 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -63,8 +63,8 @@
a departure from BSD in order to implement additional features needed by LLVM.
</p>
<p>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 <tt>make</tt>, it is recommended that you