diff options
author | Glenn Morris <rgm@gnu.org> | 2013-07-23 18:57:17 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-07-23 18:57:17 -0400 |
commit | bbece175c960338be32e9c2381800d4657315ff3 (patch) | |
tree | 76185ca15097f07d0f99f961382bee391babcfe4 /lisp/Makefile.in | |
parent | 97afc49a1a5e6482431ab7c6301561936fdcb4b5 (diff) | |
download | emacs-bbece175c960338be32e9c2381800d4657315ff3.tar.gz |
Use a @configure_input@ comment at the start of generated Makefiles
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index f93f2d32ef4..066e15368da 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1,4 +1,5 @@ -# Maintenance productions for the Lisp directory +### @configure_input@ + # Copyright (C) 2000-2013 Free Software Foundation, Inc. # This file is part of GNU Emacs. |