From bff7790e38b55755100a547e0bb8dee35892aefe Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Mon, 6 Aug 2018 08:04:17 +0100 Subject: [PATCH] do not expand tabs in makefiles --- bundle/ansible/Makefile | 2 ++ bundle/editors/Makefile | 2 ++ bundle/lilik/Makefile | 2 ++ bundle/reverse-proxy/Makefile | 2 ++ bundle/userspace/Makefile | 2 ++ 5 files changed, 10 insertions(+) diff --git a/bundle/ansible/Makefile b/bundle/ansible/Makefile index 172b4ae..a5e76ab 100644 --- a/bundle/ansible/Makefile +++ b/bundle/ansible/Makefile @@ -1,3 +1,5 @@ +# vim: set noexpandtab: + include $(TOPDIR)/rules.mk PKG_NAME:=ansible diff --git a/bundle/editors/Makefile b/bundle/editors/Makefile index ded0f65..b723230 100644 --- a/bundle/editors/Makefile +++ b/bundle/editors/Makefile @@ -1,3 +1,5 @@ +# vim: set noexpandtab: + include $(TOPDIR)/rules.mk PKG_NAME:=editors diff --git a/bundle/lilik/Makefile b/bundle/lilik/Makefile index e86e7a2..8c877a7 100644 --- a/bundle/lilik/Makefile +++ b/bundle/lilik/Makefile @@ -1,3 +1,5 @@ +# vim: set noexpandtab: + include $(TOPDIR)/rules.mk PKG_NAME:=lilik diff --git a/bundle/reverse-proxy/Makefile b/bundle/reverse-proxy/Makefile index 513a880..632a79e 100644 --- a/bundle/reverse-proxy/Makefile +++ b/bundle/reverse-proxy/Makefile @@ -1,3 +1,5 @@ +# vim: set noexpandtab: + include $(TOPDIR)/rules.mk PKG_NAME:=reverse-proxy diff --git a/bundle/userspace/Makefile b/bundle/userspace/Makefile index fb98cc8..620443d 100644 --- a/bundle/userspace/Makefile +++ b/bundle/userspace/Makefile @@ -1,3 +1,5 @@ +# vim: set noexpandtab: + include $(TOPDIR)/rules.mk PKG_NAME:=userspace