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 /basic | |
parent | c6043980bbc36d58e1ce63b7a97c66774cd6de06 (diff) |
prefer makefile-gmake-mode to plain makefile-mode
Diffstat (limited to 'basic')
-rw-r--r-- | basic/AllLangResTarget_sb.mk | 2 | ||||
-rw-r--r-- | basic/AllLangResTarget_stt.mk | 2 | ||||
-rw-r--r-- | basic/Library_sb.mk | 2 | ||||
-rw-r--r-- | basic/Module_basic.mk | 2 | ||||
-rw-r--r-- | basic/Package_inc.mk | 2 | ||||
-rw-r--r-- | basic/StaticLibrary_app.mk | 2 | ||||
-rw-r--r-- | basic/StaticLibrary_sample.mk | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/basic/AllLangResTarget_sb.mk b/basic/AllLangResTarget_sb.mk index 8362e9391d31..964ed7b289ef 100644 --- a/basic/AllLangResTarget_sb.mk +++ b/basic/AllLangResTarget_sb.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/basic/AllLangResTarget_stt.mk b/basic/AllLangResTarget_stt.mk index 38b28adf952b..417729a419af 100644 --- a/basic/AllLangResTarget_stt.mk +++ b/basic/AllLangResTarget_stt.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/basic/Library_sb.mk b/basic/Library_sb.mk index 6bc5013e5d3e..ee96f7163258 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.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/basic/Module_basic.mk b/basic/Module_basic.mk index 49a693406761..e7f93935b9b9 100644 --- a/basic/Module_basic.mk +++ b/basic/Module_basic.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/basic/Package_inc.mk b/basic/Package_inc.mk index 2ff19beb98b7..7c0af3f9446a 100644 --- a/basic/Package_inc.mk +++ b/basic/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 -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/basic/StaticLibrary_app.mk b/basic/StaticLibrary_app.mk index 3166775e04b9..15b7c17f1150 100644 --- a/basic/StaticLibrary_app.mk +++ b/basic/StaticLibrary_app.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/basic/StaticLibrary_sample.mk b/basic/StaticLibrary_sample.mk index 364e2b3b5676..b48ff08f721c 100644 --- a/basic/StaticLibrary_sample.mk +++ b/basic/StaticLibrary_sample.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. |