From 15167871f9fa429ca68bd1c058d86f49ba1ccb4a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 3 Jul 2017 22:50:44 +1200 Subject: Add dot and slash to legal mftl(1df) target chars --- bin/mftl.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mftl.awk b/bin/mftl.awk index 1546526d..916348b2 100644 --- a/bin/mftl.awk +++ b/bin/mftl.awk @@ -19,7 +19,7 @@ BEGIN { FS = "[ \t:]" } } # Check lines matching expected "targets:dependencies" format -/^[a-zA-Z0-9][a-zA-Z0-9 \t_-]+:([^=]|$)/ { +/^[a-zA-Z0-9][a-zA-Z0-9./ \t_-]+:([^=]|$)/ { # Iterate through the targets that don't look like substitutions or # inference rules and stack them up into an array's keys to keep them -- cgit v1.2.3