X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/00e0f48c0cc54661d9223170ee0176e1233df6ef..c6779bb65edc0232b3dbac696a001a89770c5e65:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 79049c8..bcaa00d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -145,7 +145,7 @@ MAGICDIR := $(patsubst ./%,%,$(THISDIR)/magic) # Configuration of `find´. # # By default, `find´ will ignore files which begin with a period and those which are likely to cause problems for `make´. -FINDRULES := ! '(' '(' -name '[.-]*' -o -name '*[][*?:|$$%\#;]*' ')' -a -prune ')' +FINDRULES := ! '(' '(' -name '[.-]*' -o -name '*[][*?:|$$%\#\\; ]*' ')' -a -prune ')' FINDINCLUDERULES := $(FINDRULES) # The list of parsers for plaintext file types.