From d66d3b182256a6d0ad740bd822a3af3ba8cb94b6 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Tue, 5 May 2009 12:49:51 +0000 Subject: [PATCH] Fixed a typo in step 3, which described repeating configure (step 1) but skipping make (step 2) as 'not necessary to repeat steps 1 and 2'. svn: r14718 --- src/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/README b/src/README index dc9b3bb970..f402423fa2 100644 --- a/src/README +++ b/src/README @@ -195,9 +195,9 @@ Detailed instructions: created, or because the target directory is not the one you wanted, then you can try repeating step 3 after runing `configure' again with a new --prefix value. That is, sometimes it is not - necessary to repeat steps 1 or 2 (so try it and find out). On - other platforms and configurations, it is necessary to start with - a clean build directory when changing the --prefix value, because + necessary to repeat step 2 (so try it and find out). On other + platforms and configurations, it is necessary to start with a + clean build directory when changing the --prefix value, because the path gets wired into shared objects. If you build frequently from the Subversion-based sources, beware