aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4ac9638102f..f161dbc038f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12015-02-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use ${EXEEXT} more uniformly in makefiles
4 * Makefile.in (EMACS): Append ${EXEEXT}.
5
12015-02-20 Paul Eggert <eggert@cs.ucla.edu> 62015-02-20 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Simplify binary I/O configuration 8 Simplify binary I/O configuration
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index d2705e7b5dc..6b5d379e38b 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -21,7 +21,7 @@
21SHELL = @SHELL@ 21SHELL = @SHELL@
22 22
23# Following ../lisp/Makefile.in. 23# Following ../lisp/Makefile.in.
24EMACS = ../src/emacs 24EMACS = ../src/emacs${EXEEXT}
25EMACSOPT = -batch --no-site-file --no-site-lisp 25EMACSOPT = -batch --no-site-file --no-site-lisp
26 26
27# ==================== Things `configure' will edit ==================== 27# ==================== Things `configure' will edit ====================