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 | 21b15d068cf8347162719428aace3222cad3690c (patch) | |
tree | 764e87cdc8dd9058cc81df786af76224f680ab58 /build/bootstrap.make | |
parent | c8075cc99884dada485fb6c06bfc9a040b77a339 (diff) |
Don't include generated dependencies for dist target
Diffstat (limited to 'build/bootstrap.make')
-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 716390f..4eaa564 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 |