1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Less 'make' chatter for lib-src

* Makefile.in (blessmail): Less 'make' chatter here.
This commit is contained in:
Paul Eggert 2015-01-03 18:44:23 -08:00
parent c895d02ca1
commit 0d85a0c05e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
Less 'make' chatter for lib-src
* Makefile.in (blessmail): Less 'make' chatter here.
2014-12-27 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (etags_libs, ebrowse${EXEEXT}, profile${EXEEXT})

View File

@ -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.