summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@)
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 ...".