aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2013-07-23 18:57:17 -0400
committerGlenn Morris2013-07-23 18:57:17 -0400
commitbbece175c960338be32e9c2381800d4657315ff3 (patch)
tree76185ca15097f07d0f99f961382bee391babcfe4 /src
parent97afc49a1a5e6482431ab7c6301561936fdcb4b5 (diff)
downloademacs-bbece175c960338be32e9c2381800d4657315ff3.tar.gz
emacs-bbece175c960338be32e9c2381800d4657315ff3.zip
Use a @configure_input@ comment at the start of generated Makefiles
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 931b3e71d66..066507580b4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
1# src/Makefile for GNU Emacs. 1### @configure_input@
2 2
3# Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software 3# Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software
4# Foundation, Inc. 4# Foundation, Inc.