summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index e3ffa6bdd..03fcc0ed2 100644
--- a/README.dev
+++ b/README.dev
@@ -20,7 +20,7 @@ Generating Test Coverage information
If you want to generate test coverage data, use the following steps:
1) ./buildconf
-2) CFLAGS="-fprofile-arcs -ftest-coverage ./configure
+2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
3) make
4) cd test
5) make