1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* lisp/Makefile.in (AM_V_at): Add missing definition.

This commit is contained in:
Glenn Morris 2015-06-04 21:19:22 -04:00
parent 76f896dd1b
commit 8fb6253c00

View File

@ -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 ...".