diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-21 06:14:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-21 06:14:05 +0000 |
commit | 1542730b0972809c6fef2e95b9837481348dacc9 (patch) | |
tree | 083900d08d55930a494090f364140fa21e48e77e /INSTALL | |
parent | 27b4e148426d27bfcfb9fc17f108ab7e194fb692 (diff) | |
download | emacs-1542730b0972809c6fef2e95b9837481348dacc9.tar.gz |
More of previous.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -173,8 +173,8 @@ Emacs source code in the directory that `configure' is in. To build in a separate directory, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. -3c) Some people try to build in a separate directory -by filling it full of symlinks to the real source directory. +3c) Some people try to build in a separate directory by filling +it full of symlinks to the files in the real source directory. If you do that, `make all' does work, but `make install' fails: it copies the symbolic links rather than the actual files. |