aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-07-03 22:50:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-07-03 22:50:44 +1200
commit15167871f9fa429ca68bd1c058d86f49ba1ccb4a (patch)
tree70285f282b4e2b7cd7b7c5436de93357603e2a42 /bin
parentRemove some unneeded braces (diff)
downloaddotfiles-15167871f9fa429ca68bd1c058d86f49ba1ccb4a.tar.gz
dotfiles-15167871f9fa429ca68bd1c058d86f49ba1ccb4a.zip
Add dot and slash to legal mftl(1df) target chars
Diffstat (limited to 'bin')
-rw-r--r--bin/mftl.awk2
1 files changed, 1 insertions, 1 deletions
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