Little syntax fixes - makefile




Hey all,

For mc-4.6.1-pre4a makefile depection looks like:

file (.\*[Mm]akefile[\\\.a-z0-9]\*|..\*\\.mk)$ Makefile
include makefile.syntax

IMHO would be nice to extend it with:

file (.\*[Mm]akefile[\\\.a-zA-Z0-9]\*|..\*\\.mk)$ Makefile
include makefile.syntax

So for example Makefile.Release is catched too.

PS: Makefile.Release and Makefile.Debug names are used now in Qt4 package :)

// wbr




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]