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 /lotuswordpro | |
parent | c6043980bbc36d58e1ce63b7a97c66774cd6de06 (diff) |
prefer makefile-gmake-mode to plain makefile-mode
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 2 | ||||
-rw-r--r-- | lotuswordpro/Library_lwpft.mk | 2 | ||||
-rw-r--r-- | lotuswordpro/Module_lotuswordpro.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 12a0d5aebe79..8fa7f4f03337 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.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+ # diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk index 6ffc6a0119e1..ecf13d8593be 100644 --- a/lotuswordpro/Library_lwpft.mk +++ b/lotuswordpro/Library_lwpft.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/lotuswordpro/Module_lotuswordpro.mk b/lotuswordpro/Module_lotuswordpro.mk index f8427c98a435..193276786b80 100644 --- a/lotuswordpro/Module_lotuswordpro.mk +++ b/lotuswordpro/Module_lotuswordpro.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 |