From d3884a5984c26159169d58b9cc8fb2a137fb48a2 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Sun, 21 Mar 2010 09:54:08 +0000 Subject: Makefile.local: Automatically use makefile mode We add a magic line to the beginning of each Makefile.local file to help the editor know that it should use makefile mode for editing the file, (even though the filename isn't exactly "Makefile"). Edited-by: Carl Worth : Expand treatment from emacs/Makefile.local to each instance of Makefile.local. --- compat/Makefile.local | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat') diff --git a/compat/Makefile.local b/compat/Makefile.local index 17b45140..81e6c707 100644 --- a/compat/Makefile.local +++ b/compat/Makefile.local @@ -1,3 +1,5 @@ +# -*- makefile -*- + dir := compat extra_cflags += -I$(dir) -- cgit v1.2.3