Fix readme.txt to match current HAVE_RULES behaviour.

This commit is contained in:
Reijo Tomperi 2011-11-10 21:49:55 +02:00
parent 410b11c00f
commit 93b1bba8cb
1 changed files with 2 additions and 2 deletions

View File

@ -55,10 +55,10 @@ Compiling
gnu make gnu make
======== ========
To build Cppcheck with rules (pcre dependency): To build Cppcheck with rules (pcre dependency):
make make HAVE_RULES=yes
To build Cppcheck without rules (no dependencies): To build Cppcheck without rules (no dependencies):
make HAVE_RULES=no make
g++ (for experts) g++ (for experts)
================= =================