diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-03 18:44:23 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-03 18:54:34 -0800 |
commit | 0d85a0c05e9676c57c0dcc140c6d0347bee611d1 (patch) | |
tree | b3333f19f915eebc3dc5f5febafde62537037639 /lib-src/Makefile.in | |
parent | c895d02ca13c4f1b57daf75755d32352502b9489 (diff) | |
download | emacs-0d85a0c05e9676c57c0dcc140c6d0347bee611d1.tar.gz |
Less 'make' chatter for lib-src
* Makefile.in (blessmail): Less 'make' chatter here.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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. |