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 /formula | |
parent | c6043980bbc36d58e1ce63b7a97c66774cd6de06 (diff) |
prefer makefile-gmake-mode to plain makefile-mode
Diffstat (limited to 'formula')
-rw-r--r-- | formula/AllLangResTarget_for.mk | 2 | ||||
-rw-r--r-- | formula/AllLangResTarget_forui.mk | 2 | ||||
-rw-r--r-- | formula/Library_for.mk | 2 | ||||
-rw-r--r-- | formula/Library_forui.mk | 2 | ||||
-rw-r--r-- | formula/Module_formula.mk | 2 | ||||
-rw-r--r-- | formula/Package_inc.mk | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/formula/AllLangResTarget_for.mk b/formula/AllLangResTarget_for.mk index d83b88be0dcd..3eb792f8f15b 100644 --- a/formula/AllLangResTarget_for.mk +++ b/formula/AllLangResTarget_for.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/formula/AllLangResTarget_forui.mk b/formula/AllLangResTarget_forui.mk index 06b44bc18f56..a099191b1efe 100644 --- a/formula/AllLangResTarget_forui.mk +++ b/formula/AllLangResTarget_forui.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/formula/Library_for.mk b/formula/Library_for.mk index 5c944be89fd2..c14dcf3590de 100644 --- a/formula/Library_for.mk +++ b/formula/Library_for.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk index 1ec688a6b9e4..83fea2e756db 100644 --- a/formula/Library_forui.mk +++ b/formula/Library_forui.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/formula/Module_formula.mk b/formula/Module_formula.mk index eff40c7371b2..d5f58eab84b1 100644 --- a/formula/Module_formula.mk +++ b/formula/Module_formula.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version diff --git a/formula/Package_inc.mk b/formula/Package_inc.mk index 127085fd4bfb..11300cd1b92a 100644 --- a/formula/Package_inc.mk +++ b/formula/Package_inc.mk @@ -1,4 +1,4 @@ -# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version |