Minor update to build instructions: workaround a bug in cmake+make build files

llvm-svn: 178569
This commit is contained in:
Daniel Malea
2013-04-02 20:08:19 +00:00
parent 3b7b0cd837
commit 3905296d4f

View File

@@ -139,7 +139,7 @@
<p>If you do not have Ninja, you can still use CMake to generate Unix Makefiles that build LLDB:</p>
<code>
<br>&gt; cmake -C ..
<br>&gt; make lldb
<br>&gt; make
<br>&gt; make check-lldb
</code>
<h2>To build with autoconf</h2>