aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorK. Handa2015-01-07 22:51:41 +0900
committerK. Handa2015-01-07 22:51:41 +0900
commit88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch)
tree18da116400703b67738bdbbd38cc4abf4c1e929f /lib-src/Makefile.in
parent3f79d3131629f73da16ec121d2a0056f11b70e65 (diff)
parent95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff)
downloademacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz
emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 13a7a05156c..22a5ecad8d8 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -1,7 +1,7 @@
1### @configure_input@ 1### @configure_input@
2 2
3# Copyright (C) 1985, 1987-1988, 1993-1994, 2001-2014 3# Copyright (C) 1985, 1987-1988, 1993-1994, 2001-2015 Free Software
4# Free Software Foundation, Inc. 4# Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7
@@ -223,8 +223,8 @@ $(EXE_FILES): ../lib/libgnu.a
223## Only used if we need blessmail, but no harm in always defining. 223## Only used if we need blessmail, but no harm in always defining.
224## This makes the actual blessmail executable. 224## This makes the actual blessmail executable.
225blessmail: $(srcdir)/../lisp/mail/blessmail.el 225blessmail: $(srcdir)/../lisp/mail/blessmail.el
226 $(EMACS) $(EMACSOPT) -l $< 226 $(AM_V_GEN)$(EMACS) $(EMACSOPT) -l $<
227 chmod +x $@ 227 $(AM_V_at)chmod +x $@
228 228
229## This checks if we need to run blessmail. 229## This checks if we need to run blessmail.
230## Do not charge ahead and do it! Let the installer decide. 230## Do not charge ahead and do it! Let the installer decide.