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
commit6e954a227a0238965437c9d0708004e5c097e217 (patch)
tree8cb15267066aaeb77fc57fadcc990b16d484cd28 /build
parenta4bf1b0e656b84376ae8a3df93234653569a1a54 (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 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