summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-20 10:26:58 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-20 10:26:58 +0000
commit244aa37198692b9403364df428d61d71f80e07be (patch)
tree5ab0cae7a053c555dd3a59dc845d5635abc552c8
parent4b9d01b831925846af1470c1c4ce6a3c78f6a017 (diff)
downloadlibapr-244aa37198692b9403364df428d61d71f80e07be.tar.gz
Fix missing quote.
git-svn-id: http://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