diff options
| author | Glenn Morris | 2012-07-31 19:20:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 19:20:25 -0400 |
| commit | bc96620af40d80c4ccfb45671388c0640721fda1 (patch) | |
| tree | 08f309485838c98ae92858e5a137df951d1a86a4 /src | |
| parent | 68169a334979326ce18b81df8874a34bccc425b9 (diff) | |
| download | emacs-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/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
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 @@ | |||
| 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | |||
| 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 | S_FILE = @S_FILE@ | 59 | # MS-DOS sets S_FILE non-nil. |
| 60 | S_FILE = | ||
| 60 | config_h = config.h conf_post.h $(S_FILE) | 61 | config_h = config.h conf_post.h $(S_FILE) |
| 61 | 62 | ||
| 62 | bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) | 63 | bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) |