emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8fb6253: * lisp/Makefile.in (AM_V_at): Add missing


From: Glenn Morris
Subject: [Emacs-diffs] master 8fb6253: * lisp/Makefile.in (AM_V_at): Add missing definition.
Date: Fri, 05 Jun 2015 01:19:27 +0000

branch: master
commit 8fb6253c0073aaee5c76762da4356b3c5c56c273
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/Makefile.in (AM_V_at): Add missing definition.
---
 lisp/Makefile.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ba3139d..9818d98 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -41,6 +41,11 @@ am__v_GEN_ = $(address@hidden@)
 am__v_GEN_0 = @echo "  GEN     " $@;
 am__v_GEN_1 =
 
+AM_V_at = $(address@hidden@)
+am__v_at_ = $(address@hidden@)
+am__v_at_0 = @
+am__v_at_1 =
+
 # You can specify a different executable on the make command line,
 # e.g. "make EMACS=../src/emacs ...".
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]