aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-12-21 13:55:26 +0100
committerAkim Demaille <akim@lrde.epita.fr>2012-12-21 13:57:22 +0100
commit017bbbfee11b6b9ed615bb0e176f29e38b696f6f (patch)
tree9d4e4e48ddd00ebdc57f891d09ddef128463dcbb /README
parentd7264e02186d302cb55ac7b7f06bf9efb92bc46d (diff)
downloadtinycc-017bbbfee11b6b9ed615bb0e176f29e38b696f6f.tar.gz
tinycc-017bbbfee11b6b9ed615bb0e176f29e38b696f6f.tar.bz2
configure: support absolete out-of-tree builds
configure: handle the case of absolute paths. Reported by grishka.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index eedc71c..43e6c3b 100644
--- a/README
+++ b/README
@@ -35,8 +35,8 @@ Documentation:
make test
make install
-Alternatively, VPATH builds are supported: you may use different
-directories to old build objects, kept separate from your source tree:
+Alternatively, out-of-tree builds are supported: you may use different
+directories to hold build objects, kept separate from your source tree:
mkdir _build
cd _build