From 0d85a0c05e9676c57c0dcc140c6d0347bee611d1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 3 Jan 2015 18:44:23 -0800 Subject: [PATCH] Less 'make' chatter for lib-src * Makefile.in (blessmail): Less 'make' chatter here. --- lib-src/ChangeLog | 5 +++++ lib-src/Makefile.in | 4 ++-- 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 @@ +2015-01-04 Paul Eggert + + Less 'make' chatter for lib-src + * Makefile.in (blessmail): Less 'make' chatter here. + 2014-12-27 Eli Zaretskii * 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 ## Only used if we need blessmail, but no harm in always defining. ## This makes the actual blessmail executable. blessmail: $(srcdir)/../lisp/mail/blessmail.el - $(EMACS) $(EMACSOPT) -l $< - chmod +x $@ + $(AM_V_GEN)$(EMACS) $(EMACSOPT) -l $< + $(AM_V_at)chmod +x $@ ## This checks if we need to run blessmail. ## Do not charge ahead and do it! Let the installer decide. -- 2.39.2