From: Paul Eggert Date: Sun, 4 Jan 2015 02:44:23 +0000 (-0800) Subject: Less 'make' chatter for lib-src X-Git-Tag: emacs-25.0.90~2611^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d85a0c05e9676c57c0dcc140c6d0347bee611d1;p=emacs.git Less 'make' chatter for lib-src * Makefile.in (blessmail): Less 'make' chatter here. --- 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.