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

Commit 63b87f7

Browse files
committed
Oops.
1 parent 4a61060 commit 63b87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/genmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main(args):
7676
echo_debug=True)
7777
_PrintRule(gotest_file,
7878
[os.path.join(dirpath, filename)],
79-
['gentest -modname={} $< > $@'.format(modname)],
79+
['gentest -modname={} > $@'.format(modname)],
8080
echo_debug=True)
8181

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

0 commit comments

Comments
 (0)