From: Glenn Morris Date: Fri, 5 Jun 2015 01:19:22 +0000 (-0400) Subject: * lisp/Makefile.in (AM_V_at): Add missing definition. X-Git-Tag: emacs-25.0.90~1863 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fb6253c0073aaee5c76762da4356b3c5c56c273;p=emacs.git * lisp/Makefile.in (AM_V_at): Add missing definition. --- 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@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +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 ...".