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 | ab48e8593260239b432f2e03c9b69a2e83211a77 (patch) | |
tree | dcfb0d75a36609101655f42d12c3b37ada307999 /build/bootstrap.make | |
parent | 13e6d9e15ba78b4721b7b3e7737600cd4b34e7f2 (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 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 |