diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/pkg-generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 8005ce99ff..b519d6942c 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -471,7 +471,7 @@ $(1)-show-depends: $(1)-graph-depends: @$(INSTALL) -d $(O)/graphs @./support/scripts/graph-depends $(1) \ - |dot -Tpdf -o $(O)/graphs/$$(@).pdf + |dot -T$(BR2_GRAPH_OUT) -o $(O)/graphs/$$(@).$(BR2_GRAPH_OUT) $(1)-dirclean: $$($(2)_TARGET_DIRCLEAN) |