aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-04-28 11:35:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-04-28 11:36:03 +0900
commitfdcd640507ab2600dfa96f4962eba2702acfc264 (patch)
treed43caa9b8b5073781935c4edd25c768c0724dc15 /Makefile.in
parent5a53682d6dede337b81f944edc76b1a5e1243adc (diff)
downloadruby-fdcd640507ab2600dfa96f4962eba2702acfc264.tar.gz
Makefiles need to be indented by tabs
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7a25fe74e0..6e9a96b9ad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,3 +1,5 @@
+# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
+
SHELL = /bin/sh
NULLCMD = @NULLCMD@
n=$(NULLCMD)