aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2014-05-29 22:16:32 +0300
committerEli Zaretskii <[email protected]>2014-05-29 22:16:32 +0300
commit7479dd3e8afeac3925c1d5e23d5296623852cff8 (patch)
treeacb4dbfcc21f0b4a852f92ba0a0808a2f5bbf101 /ChangeLog
parentf1b447932d63948a97b21f7d5fbf5230cd6599f4 (diff)
Remove nt/addsection.c and don't build addsection.exe.
configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute, unused. nt/Makefile.in (DONT_INSTALL): Now empty. (addsection${EXEEXT}): Remove target. nt/addsection.c: File removed. src/Makefile.in (TEMACS_POST_LINK): Remove target. (emacs$(EXEEXT)): Remove $(ADDSECTION) from prerequisites. (temacs$(EXEEXT)): Remove $(TEMACS_POST_LINK) from the recipe.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 921d211ac4..0a3f5ffde1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-29 Eli Zaretskii <[email protected]>
+
+ * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
+ unused.
+
2014-05-29 Paul Eggert <[email protected]>
Don't substitute sigprocmask for pthread_sigmask (Bug#17561).