diff options
| author | Glenn Morris | 2015-06-04 21:19:22 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-06-04 21:19:22 -0400 |
| commit | 8fb6253c0073aaee5c76762da4356b3c5c56c273 (patch) | |
| tree | eaab551732d84c4daac56a592b6a259d23df04df | |
| parent | 76f896dd1bbb87b487ba6d0b0913f6969e9d8ff8 (diff) | |
| download | emacs-8fb6253c0073aaee5c76762da4356b3c5c56c273.tar.gz emacs-8fb6253c0073aaee5c76762da4356b3c5c56c273.zip | |
* lisp/Makefile.in (AM_V_at): Add missing definition.
| -rw-r--r-- | lisp/Makefile.in | 5 |
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@) | |||
| 41 | am__v_GEN_0 = @echo " GEN " $@; | 41 | am__v_GEN_0 = @echo " GEN " $@; |
| 42 | am__v_GEN_1 = | 42 | am__v_GEN_1 = |
| 43 | 43 | ||
| 44 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 45 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 46 | am__v_at_0 = @ | ||
| 47 | am__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 | ||