Little syntax fixes - makefile

Ian Zagorskih ianzag at megasignal.com
Thu Apr 14 05:45:15 UTC 2005


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




More information about the mc-devel mailing list