diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-08 21:25:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-08 21:25:18 +0200 |
commit | cd47b13217b88fc444ce33eab6f07777d02c0e6b (patch) | |
tree | 1e09c20dfd9ffb303ff16532287d48efffeb6f4c /build | |
parent | 8f48569fee68f9ed45b34590197e0fe137f9c1c3 (diff) |
Don't include generated dependencies for dist target
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.make | 2 |
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 |