aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-07-31 19:20:25 -0400
committerGlenn Morris2012-07-31 19:20:25 -0400
commitbc96620af40d80c4ccfb45671388c0640721fda1 (patch)
tree08f309485838c98ae92858e5a137df951d1a86a4 /src
parent68169a334979326ce18b81df8874a34bccc425b9 (diff)
downloademacs-bc96620af40d80c4ccfb45671388c0640721fda1.tar.gz
emacs-bc96620af40d80c4ccfb45671388c0640721fda1.zip
* configure.ac (S_FILE): Remove output variable.
* src/Makefile.in (S_FILE): No longer set by configure. * msdos/sed1v2.inp (S_FILE): Update for format change.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ccbb5ae5764..9b8de9ff23e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-07-31 Glenn Morris <rgm@gnu.org> 12012-07-31 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (S_FILE): No longer set by configure.
4
3 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT 5 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
4 is available. 6 is available.
5 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows. 7 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
diff --git a/src/Makefile.in b/src/Makefile.in
index 1ea7d162b14..b8298dfa101 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -56,7 +56,8 @@ 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.
59S_FILE = @S_FILE@ 59# MS-DOS sets S_FILE non-nil.
60S_FILE =
60config_h = config.h conf_post.h $(S_FILE) 61config_h = config.h conf_post.h $(S_FILE)
61 62
62bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) 63bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)