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 /slideshow | |
parent | c6043980bbc36d58e1ce63b7a97c66774cd6de06 (diff) |
prefer makefile-gmake-mode to plain makefile-mode
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/CppunitTest_slideshow.mk | 2 | ||||
-rw-r--r-- | slideshow/Executable_demoshow.mk | 2 | ||||
-rw-r--r-- | slideshow/Library_OGLTrans.mk | 2 | ||||
-rw-r--r-- | slideshow/Library_slideshow.mk | 2 | ||||
-rw-r--r-- | slideshow/Module_slideshow.mk | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/slideshow/CppunitTest_slideshow.mk b/slideshow/CppunitTest_slideshow.mk index 21e21a04c614..0b88fa787ae7 100644 --- a/slideshow/CppunitTest_slideshow.mk +++ b/slideshow/CppunitTest_slideshow.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/slideshow/Executable_demoshow.mk b/slideshow/Executable_demoshow.mk index 5beee999bc39..3d3c0b844b2c 100644 --- a/slideshow/Executable_demoshow.mk +++ b/slideshow/Executable_demoshow.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/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index d859071dafc7..f3dd3162a165 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.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/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 51494303fdc2..7095e59cb93a 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.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/slideshow/Module_slideshow.mk b/slideshow/Module_slideshow.mk index e3c2b0568cfe..d52e9c21ff43 100644 --- a/slideshow/Module_slideshow.mk +++ b/slideshow/Module_slideshow.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 |