summaryrefslogtreecommitdiff
path: root/unoil
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-26 22:19:07 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-26 22:20:07 +0100
commit5a61e283780969ff45039d3e033d1bfaac314d95 (patch)
tree15ada68c29eeb18febf49ace0556929d941e9052 /unoil
parentfc81393c7f11ffb854fe024b64146b50cf462921 (diff)
gbuild: fix silly "expandtabs" in makefile VIM modelines
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
Diffstat (limited to 'unoil')
-rw-r--r--unoil/Jar_unoil.mk2
-rw-r--r--unoil/Module_unoil.mk2
-rw-r--r--unoil/Package_climaker.mk2
-rw-r--r--unoil/Package_clioootypesversion.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/unoil/Jar_unoil.mk b/unoil/Jar_unoil.mk
index f53c4b4f1789..84e327e2cd28 100644
--- a/unoil/Jar_unoil.mk
+++ b/unoil/Jar_unoil.mk
@@ -35,4 +35,4 @@ $(eval $(call gb_Jar_add_packagedirs,unoil,\
$(call gb_CustomTarget_get_workdir,unoil/javamaker)/com \
))
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim:set noet sw=4 ts=4:
diff --git a/unoil/Module_unoil.mk b/unoil/Module_unoil.mk
index 40e7cdd48a9e..8153de74b977 100644
--- a/unoil/Module_unoil.mk
+++ b/unoil/Module_unoil.mk
@@ -45,4 +45,4 @@ $(eval $(call gb_Module_add_targets,unoil,\
))
endif
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim:set noet sw=4 ts=4:
diff --git a/unoil/Package_climaker.mk b/unoil/Package_climaker.mk
index 1b92759829d7..fbe3e2cb895b 100644
--- a/unoil/Package_climaker.mk
+++ b/unoil/Package_climaker.mk
@@ -31,4 +31,4 @@ $(eval $(call gb_Package_add_file,unoil_climaker,bin/cli_oootypes.config,cli_ooo
$(eval $(call gb_Package_add_file,unoil_climaker,bin/cli_oootypes.dll,cli_oootypes.dll))
$(eval $(call gb_Package_add_file,unoil_climaker,bin/policy.1.0.cli_oootypes.dll,policy.1.0.cli_oootypes.dll))
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim:set noet sw=4 ts=4:
diff --git a/unoil/Package_clioootypesversion.mk b/unoil/Package_clioootypesversion.mk
index 5da7493e851d..48578c13e7dd 100644
--- a/unoil/Package_clioootypesversion.mk
+++ b/unoil/Package_clioootypesversion.mk
@@ -29,4 +29,4 @@ $(eval $(call gb_Package_Package,unoil_clioootypesversion,$(SRCDIR)/unoil/climak
$(eval $(call gb_Package_add_file,unoil_clioootypesversion,bin/clioootypesversion.mk,version.txt))
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim:set noet sw=4 ts=4: