diff options
| author | Richard M. Stallman | 1998-04-21 06:14:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-21 06:14:05 +0000 |
| commit | 793faff195b21d0cefc2d9e89b609d195add7af0 (patch) | |
| tree | 5fe291ae8a4868418137021aea00d470f7b7ea54 | |
| parent | e1655e2bae45932303a0f2fe17750f06ab975b15 (diff) | |
| download | emacs-793faff195b21d0cefc2d9e89b609d195add7af0.tar.gz emacs-793faff195b21d0cefc2d9e89b609d195add7af0.zip | |
More of previous.
| -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. | |||
| 173 | To build in a separate directory, you must use a version of `make' | 173 | To build in a separate directory, you must use a version of `make' |
| 174 | that supports the `VPATH' variable, such as GNU `make'. | 174 | that supports the `VPATH' variable, such as GNU `make'. |
| 175 | 175 | ||
| 176 | 3c) Some people try to build in a separate directory | 176 | 3c) Some people try to build in a separate directory by filling |
| 177 | by filling it full of symlinks to the real source directory. | 177 | it full of symlinks to the files in the real source directory. |
| 178 | If you do that, `make all' does work, but `make install' fails: | 178 | If you do that, `make all' does work, but `make install' fails: |
| 179 | it copies the symbolic links rather than the actual files. | 179 | it copies the symbolic links rather than the actual files. |
| 180 | 180 | ||