summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/module-deps.pl2
-rw-r--r--solenv/gbuild/gbuild.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/module-deps.pl b/bin/module-deps.pl
index 4ed9ca8fcda6..a46634a24061 100755
--- a/bin/module-deps.pl
+++ b/bin/module-deps.pl
@@ -32,7 +32,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 -n -f $makefile_build all|") || die "can't launch make: $!";
+ open ($p, "ENABLE_PRINT_DEPS=1 $gnumake -q -f $makefile_build all|") || die "can't launch make: $!";
}
$|=1;
print STDERR "reading deps ";
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index f914c0017fc2..5a4161e5abcb 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -153,7 +153,7 @@ else
gb_ENABLE_PCH := $(false)
endif
-ifneq ($(nodep),)
+ifneq ($(nodep)$(ENABLE_PRINT_DEPS),)
gb_FULLDEPS := $(false)
else
gb_FULLDEPS := $(true)