summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct7
1 files changed, 1 insertions, 6 deletions
diff --git a/SConstruct b/SConstruct
index 3ef6caa14d2..0fc772c2b75 100644
--- a/SConstruct
+++ b/SConstruct
@@ -4998,9 +4998,4 @@ for i, s in enumerate(BUILD_TARGETS):
# SConscripts have been read but before building begins.
if get_option('build-tools') == 'next':
libdeps.LibdepLinter(env).final_checks()
- env.Command(
- target="${BUILD_DIR}/libdeps/libdeps.graphml",
- source=env.get('LIBDEPS_SYMBOL_DEP_FILES', []),
- action=SCons.Action.FunctionAction(
- libdeps.generate_graph,
- {"cmdstr": "Generating libdeps graph"}))
+ libdeps.generate_libdeps_graph(env) \ No newline at end of file