diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-10 02:12:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-10 02:12:48 +0900 |
commit | b2bd33ea253952ad3f8b4bfe4bd54c4af16cb86e (patch) | |
tree | 917d451d8a797dc7547c5872bc5cfe52f07857dd /basctl | |
parent | c6043980bbc36d58e1ce63b7a97c66774cd6de06 (diff) |
prefer makefile-gmake-mode to plain makefile-mode
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/AllLangResTarget_basctl.mk | 2 | ||||
-rw-r--r-- | basctl/Library_basctl.mk | 2 | ||||
-rw-r--r-- | basctl/Module_basctl.mk | 2 | ||||
-rw-r--r-- | basctl/Package_xml.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/basctl/AllLangResTarget_basctl.mk b/basctl/AllLangResTarget_basctl.mk index ed9c4d5a0fc4..1611f9a506e2 100644 --- a/basctl/AllLangResTarget_basctl.mk +++ b/basctl/AllLangResTarget_basctl.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index 61ea991e116f..c8069807dbf2 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/basctl/Module_basctl.mk b/basctl/Module_basctl.mk index 57ab3293f541..7ff2a7e117d8 100644 --- a/basctl/Module_basctl.mk +++ b/basctl/Module_basctl.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/basctl/Package_xml.mk b/basctl/Package_xml.mk index c20b7a87e332..c420e5391767 100644 --- a/basctl/Package_xml.mk +++ b/basctl/Package_xml.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |