Skip to content
Snippets Groups Projects
Commit a5551835 authored by Chris Lattner's avatar Chris Lattner
Browse files

Make a sentence easier to parse

llvm-svn: 17225
parent 5b7c967b
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
a departure from BSD in order to implement additional features needed by LLVM. a departure from BSD in order to implement additional features needed by LLVM.
</p> </p>
<p>Although makefile systems such as automake were attempted at one point, it <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 has become clear that the differences between the LLVM way of doing things and
are too many to strictly use a more limited tool. Consequently, LLVM requires 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 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 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 firm. If you're not familiar with <tt>make</tt>, it is recommended that you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment