Skip to content

Commit

Permalink
openroad.bzl: Remove redundant genfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Oct 16, 2024
1 parent 2da0e57 commit 692397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def _make_impl(ctx, stage, steps, forwarded_names = [], result_names = [], objec
template = ctx.file._deploy_template,
output = exe,
substitutions = {
"${GENFILES}": " ".join(sorted([f.short_path for f in [config_short] + results + logs + reports + ctx.files.data])),
"${GENFILES}": " ".join(sorted([f.short_path for f in [config_short] + results + logs + reports])),
"${CONFIG}": config_short.short_path,
"${MAKE}": make.short_path,
},
Expand Down

0 comments on commit 692397b

Please sign in to comment.