58757f24a7
Please test. SLE still does not work, I have no idea what's with the permission macros on SLE. But the build works now. OBS-URL: https://build.opensuse.org/request/show/196151 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=61
12 lines
405 B
Diff
12 lines
405 B
Diff
--- misc/syntax/Syntax.in.orig 2013-06-25 23:29:14.000000000 +0200
|
|
+++ misc/syntax/Syntax.in 2013-08-23 21:55:31.216822402 +0200
|
|
@@ -67,7 +67,7 @@
|
|
file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile
|
|
include makefile.syntax
|
|
|
|
-file CMakeLists.txt$ CMake
|
|
+file (\/CMakeLists.txt|.cmake)$ CMake
|
|
include cmake.syntax
|
|
|
|
file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
|