aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index a9a2259d8f5..58f5208131f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -173,8 +173,8 @@ Emacs source code in the directory that `configure' is in.
173To build in a separate directory, you must use a version of `make' 173To build in a separate directory, you must use a version of `make'
174that supports the `VPATH' variable, such as GNU `make'. 174that supports the `VPATH' variable, such as GNU `make'.
175 175
1763c) Some people try to build in a separate directory 1763c) Some people try to build in a separate directory by filling
177by filling it full of symlinks to the real source directory. 177it full of symlinks to the files in the real source directory.
178If you do that, `make all' does work, but `make install' fails: 178If you do that, `make all' does work, but `make install' fails:
179it copies the symbolic links rather than the actual files. 179it copies the symbolic links rather than the actual files.
180 180