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:
parent
c895d02ca1
commit
0d85a0c05e
@ -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})
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user