diff options
| author | Glenn Morris | 2012-08-01 08:19:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 08:19:51 -0700 |
| commit | fe3cc7713a8ed1263826543ca3a87fdf2475630f (patch) | |
| tree | 973ebe144da191026fcd04ed4ad369b4ca7bfe8d /src/Makefile.in | |
| parent | ae21c275a81e4dc5a1ce2f9a9be1224ab0c169bc (diff) | |
| download | emacs-fe3cc7713a8ed1263826543ca3a87fdf2475630f.tar.gz emacs-fe3cc7713a8ed1263826543ca3a87fdf2475630f.zip | |
Remove src/s/msdos.h
* msdos/sed2v2.inp (MSDOS, DOS_NT, FLOAT_CHECK_DOMAIN)
(HAVE_INVERSE_HYPERBOLIC, DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP)
(INTERNAL_TERMINAL, NULL_DEVICE, SEPCHAR, USER_FULL_NAME)
(_setjmp, _longjmp): Move here from src/s/msdos.h.
(config_opsysfile, config_machfile): Remove.
* msdos/sed1v2.inp (M_FILE, S_FILE): Remove.
* msdos/mainmake.v2 (TAGS tags): Remove src/s/msdos.h.
* src/s/msdos.h: Remove file.
* src/conf_post.h [MSDOS]: New section, moved from s/msdos.h.
* src/Makefile.in (S_FILE): Remove.
(config_h): Remove S_FILE.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b8298dfa101..687b3ce9aac 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -56,9 +56,7 @@ lwlibdir = ../lwlib | |||
| 56 | lispdir = ../lisp | 56 | lispdir = ../lisp |
| 57 | 57 | ||
| 58 | # Configuration files for .o files to depend on. | 58 | # Configuration files for .o files to depend on. |
| 59 | # MS-DOS sets S_FILE non-nil. | 59 | config_h = config.h conf_post.h |
| 60 | S_FILE = | ||
| 61 | config_h = config.h conf_post.h $(S_FILE) | ||
| 62 | 60 | ||
| 63 | bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) | 61 | bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) |
| 64 | 62 | ||