[sledge] Add missing build dep on env var

Summary:
Generating the help file runs sledge, which refers to the
SLEDGE_CONFIG environment variable. This dependency was missing from
the build rule.

Reviewed By: ngorogiannis

Differential Revision: D28907804

fbshipit-source-id: e20178c6e
master
Josh Berdine 3 years ago committed by Facebook GitHub Bot
parent a07c71352b
commit 5a8fe540d3

@ -114,7 +114,10 @@
(rule
(targets sledge-help.txt)
(deps tools/gen_help.sh cli/sledge_cli.exe)
(deps
tools/gen_help.sh
cli/sledge_cli.exe
(env_var SLEDGE_CONFIG))
(action
(with-stdout-to
sledge-help.txt

Loading…
Cancel
Save