summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
Diffstat (limited to 'Rules')
-rw-r--r--Rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rules b/Rules
index 20aa84a8fe..57f75ebe8e 100644
--- a/Rules
+++ b/Rules
@@ -31,6 +31,7 @@ include ../Makeconfig
ifndef subdir
Each subdirectory makefile must define the `subdir' variable.
endif
+# This ` unconfuses emacs.
# This is benign and useless in GNU make before 3.63.
export subdir := $(subdir)
@@ -188,3 +189,7 @@ $(common-objpfx)dummy$o: $(common-objpfx)dummy.c $(before-compile);
endef
object-suffixes-left := $(object-suffixes)
include $(o-iterator)
+
+# Local Variables:
+# mode: makefile
+# End: