Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjds committed Dec 12, 2017
1 parent 4a61060 commit 63b87f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main(args):
echo_debug=True)
_PrintRule(gotest_file,
[os.path.join(dirpath, filename)],
['gentest -modname={} $< > $@'.format(modname)],
['gentest -modname={} > $@'.format(modname)],
echo_debug=True)

recipe = (r"""pydeps -modname=%s $< | awk '{gsub(/\./, "/", $$0); """
Expand Down

0 comments on commit 63b87f7

Please sign in to comment.