summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 733abef..e8d2908 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -77,7 +77,7 @@ endif
# Don't include dependency info for certain targets.
#
-ifneq ($(filter $(MAKECMDGOALS),clean cleandoc disfigure),)
+ifneq ($(filter $(MAKECMDGOALS),clean cleandoc disfigure dist),)
include-dep =
endif