aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-06-04 21:19:22 -0400
committerGlenn Morris2015-06-04 21:19:22 -0400
commit8fb6253c0073aaee5c76762da4356b3c5c56c273 (patch)
treeeaab551732d84c4daac56a592b6a259d23df04df
parent76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8 (diff)
downloademacs-8fb6253c0073aaee5c76762da4356b3c5c56c273.tar.gz
emacs-8fb6253c0073aaee5c76762da4356b3c5c56c273.zip
* lisp/Makefile.in (AM_V_at): Add missing definition.
-rw-r--r--lisp/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ba3139d8161..9818d983e2a 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -41,6 +41,11 @@ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
41am__v_GEN_0 = @echo " GEN " $@; 41am__v_GEN_0 = @echo " GEN " $@;
42am__v_GEN_1 = 42am__v_GEN_1 =
43 43
44AM_V_at = $(am__v_at_@AM_V@)
45am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
46am__v_at_0 = @
47am__v_at_1 =
48
44# You can specify a different executable on the make command line, 49# You can specify a different executable on the make command line,
45# e.g. "make EMACS=../src/emacs ...". 50# e.g. "make EMACS=../src/emacs ...".
46 51