diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-31 00:00:19 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-31 00:00:19 -0700 |
commit | 1f4920035dab944bcae2cee945e6ed9c5e8bb9eb (patch) | |
tree | d6b4d4ab34e8aa2889a6766fe2448444973bc041 /INSTALL | |
parent | 611ac47b14d0aef59802a1733f606e1444a17b35 (diff) | |
download | emacs-1f4920035dab944bcae2cee945e6ed9c5e8bb9eb.tar.gz |
Remove INSTALL reference to s/ and m/ files.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -674,10 +674,7 @@ see which operating system and architecture description files from `src/config.h', and change the two `#include' directives to include the appropriate system and architecture description files. -2) Edit `./src/config.h' to set the right options for your system. If -you need to override any of the definitions in the s/*.h and m/*.h -files for your system and machine, do so by editing config.h, not by -changing the s/*.h and m/*.h files. +2) Edit `./src/config.h' to set the right options for your system. 3) Create `Makefile' files in various directories from the corresponding `Makefile.in' files. This isn't so hard, just a matter |