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.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index eb2b1f3a94c..1795f021027 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Less 'make' chatter for lib-src
4 * Makefile.in (blessmail): Less 'make' chatter here.
5
12014-12-27 Eli Zaretskii <eliz@gnu.org> 62014-12-27 Eli Zaretskii <eliz@gnu.org>
2 7
3 * Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT}) 8 * Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 485e2d2eacc..22a5ecad8d8 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -223,8 +223,8 @@ $(EXE_FILES): ../lib/libgnu.a
223## Only used if we need blessmail, but no harm in always defining. 223## Only used if we need blessmail, but no harm in always defining.
224## This makes the actual blessmail executable. 224## This makes the actual blessmail executable.
225blessmail: $(srcdir)/../lisp/mail/blessmail.el 225blessmail: $(srcdir)/../lisp/mail/blessmail.el
226 $(EMACS) $(EMACSOPT) -l $< 226 $(AM_V_GEN)$(EMACS) $(EMACSOPT) -l $<
227 chmod +x $@ 227 $(AM_V_at)chmod +x $@
228 228
229## This checks if we need to run blessmail. 229## This checks if we need to run blessmail.
230## Do not charge ahead and do it! Let the installer decide. 230## Do not charge ahead and do it! Let the installer decide.