diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-21 14:00:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-21 14:00:56 +0000 |
commit | 2e645aa5697838f16ec570eb07c2bee7e13d0e0b (patch) | |
tree | a764184c2fc9486979b074250b013a0937ee64e5 /www | |
parent | 798321d8eb5630cd4a8f490a4f25e32ef195fb07 (diff) | |
download | src-2e645aa5697838f16ec570eb07c2bee7e13d0e0b.tar.gz src-2e645aa5697838f16ec570eb07c2bee7e13d0e0b.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/analyzer/scan-build.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index 1a06f00913dd..28723e64eb80 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -136,8 +136,7 @@ with MinGW/MSYS the following information may be helpful:</p> <ul> <li> If getting unexpected <tt>"fatal error: no input files"</tt> while -building with MSYS make from the Windows cmd, try one of the these -solutions:</li> +building with MSYS make from the Windows cmd, try one of these solutions:</li> <ul> <li> Use MinGW <tt>mingw32-make</tt> instead of MSYS <tt>make</tt> and exclude the path to MSYS from PATH to prevent <tt>mingw32-make</tt> from using |