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 /rsc | |
parent | c6043980bbc36d58e1ce63b7a97c66774cd6de06 (diff) |
prefer makefile-gmake-mode to plain makefile-mode
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/Executable_rsc.mk | 2 | ||||
-rw-r--r-- | rsc/Makefile | 2 | ||||
-rw-r--r-- | rsc/Module_rsc.mk | 2 | ||||
-rw-r--r-- | rsc/Package_inc.mk | 2 | ||||
-rw-r--r-- | rsc/Package_yacc.mk | 2 | ||||
-rw-r--r-- | rsc/source/parser/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/rsc/Executable_rsc.mk b/rsc/Executable_rsc.mk index 1ed63c9965ee..d4b175c44bbe 100644 --- a/rsc/Executable_rsc.mk +++ b/rsc/Executable_rsc.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/rsc/Makefile b/rsc/Makefile index a1b344d72564..3abf1ae8b6bb 100644 --- a/rsc/Makefile +++ b/rsc/Makefile @@ -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/rsc/Module_rsc.mk b/rsc/Module_rsc.mk index a04b23b50222..490e573ac502 100644 --- a/rsc/Module_rsc.mk +++ b/rsc/Module_rsc.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/rsc/Package_inc.mk b/rsc/Package_inc.mk index 24474a89f4cf..eee82b0a0a89 100644 --- a/rsc/Package_inc.mk +++ b/rsc/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 diff --git a/rsc/Package_yacc.mk b/rsc/Package_yacc.mk index 18d02d5b210d..c9905fc1cdb7 100644 --- a/rsc/Package_yacc.mk +++ b/rsc/Package_yacc.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/rsc/source/parser/Makefile b/rsc/source/parser/Makefile index 25367e88726c..29039d8729aa 100644 --- a/rsc/source/parser/Makefile +++ b/rsc/source/parser/Makefile @@ -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 |