summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2005-01-20 10:26:58 +0000
committerJoe Orton <jorton@apache.org>2005-01-20 10:26:58 +0000
commit0bf51c4ac9dc27f477107d6ede1e62a90002065b (patch)
tree5ab0cae7a053c555dd3a59dc845d5635abc552c8
parent9603e6d7c51211a8570e97ff34523962e975fc0f (diff)
downloadapr-0bf51c4ac9dc27f477107d6ede1e62a90002065b.tar.gz
Fix missing quote.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@125750 13f79535-47bb-0310-9956-ffa450edef68
-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