aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 08:19:51 -0700
committerGlenn Morris2012-08-01 08:19:51 -0700
commitfe3cc7713a8ed1263826543ca3a87fdf2475630f (patch)
tree973ebe144da191026fcd04ed4ad369b4ca7bfe8d /src/Makefile.in
parentae21c275a81e4dc5a1ce2f9a9be1224ab0c169bc (diff)
downloademacs-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.in4
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
56lispdir = ../lisp 56lispdir = ../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. 59config_h = config.h conf_post.h
60S_FILE =
61config_h = config.h conf_post.h $(S_FILE)
62 60
63bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) 61bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)
64 62