]> Lady’s Gitweb - Shushe/blobdiff - GNUmakefile
Disallow backslash in filenames; filter out spaces
[Shushe] / GNUmakefile
index 79049c848aee37ac7e68c97d908f9d41237c8b19..bcaa00d92459bae0c478e8233df8d6b58b14693b 100644 (file)
@@ -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.
This page took 0.019274 seconds and 4 git commands to generate.