Substitute matches in prereqs in regex meta-rules.

This commit is contained in:
Daniel Jones 2014-02-01 19:03:11 -08:00
parent b9a5986fc7
commit 75d67f9fdb
2 changed files with 6 additions and 4 deletions

View file

@ -258,8 +258,6 @@ func expandSuffixes(input string, stem string) string {
return string(expanded)
}
// TODO: expand RegexpRefs
// Expand a backtick quoted string, by executing the contents.
func expandBackQuoted(input string, vars map[string][]string) ([]string, int) {
// TODO: expand sigils?