aboutsummaryrefslogtreecommitdiff
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
commitcd47b13217b88fc444ce33eab6f07777d02c0e6b (patch)
tree1e09c20dfd9ffb303ff16532287d48efffeb6f4c
parent8f48569fee68f9ed45b34590197e0fe137f9c1c3 (diff)
Don't include generated dependencies for dist target
-rw-r--r--build/bootstrap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 18e0c18..09d2864 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