summaryrefslogtreecommitdiffstats
path: root/bin/module-deps.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/module-deps.pl')
-rwxr-xr-xbin/module-deps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/module-deps.pl b/bin/module-deps.pl
index 2742600ef13a..acf072aaf263 100755
--- a/bin/module-deps.pl
+++ b/bin/module-deps.pl
@@ -33,7 +33,7 @@ sub read_deps()
if (defined $from_file) {
open ($p, $from_file) || die "can't read deps from cache file: $!";
} else {
- open ($p, "ENABLE_PRINT_DEPS=1 $gnumake -q -f $makefile_build all|") || die "can't launch make: $!";
+ open ($p, "ENABLE_PRINT_DEPS=1 $gnumake -qrf $makefile_build|") || die "can't launch make: $!";
}
$|=1;
print STDERR "reading deps ";