aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-08 21:25:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-08 21:25:18 +0200
commitab48e8593260239b432f2e03c9b69a2e83211a77 (patch)
treedcfb0d75a36609101655f42d12c3b37ada307999 /build
parent13e6d9e15ba78b4721b7b3e7737600cd4b34e7f2 (diff)
Don't include generated dependencies for dist target
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index b3d350f..151e53b 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -52,6 +52,6 @@ define include-dep
$(call -include,$1)
endef
-ifneq ($(filter $(MAKECMDGOALS),clean disfigure),)
+ifneq ($(filter $(MAKECMDGOALS),clean disfigure dist),)
include-dep =
endif