summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-03-05 18:31:18 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-05 18:32:11 +0000
commit956c8eed2ca24285d1a19cda2f5f878b3e455ca8 (patch)
treea58d5a41b93244d6cdb5ef40d6dc1b53c9461a55 /Makefile.in
parent0e838cead94a0e4627e12fb55b4b8c29e9905d4c (diff)
world's lamest code for generating graphviz from module deps.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a7803caf3ae0..633fed12760b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -405,7 +405,7 @@ findunusedcode:
check: dev-install subsequentcheck
dump-deps:
- $(SRCDIR)/bin/module-deps.pl $(GNUMAKE) $(SRCDIR)/Makefile.gbuild
+ @$(SRCDIR)/bin/module-deps.pl $(GNUMAKE) $(SRCDIR)/Makefile.gbuild
subsequentcheck :| $(if $(filter-out subsequentcheck,$(MAKECMDGOALS)),dev-install)
$(GNUMAKE) -j $(CHECK_PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@