mk: Clean up conditions for including dist.mk

This commit is contained in:
Brian Anderson 2014-02-12 14:23:59 -08:00
parent 3496e93d13
commit 5d88a4a76c
1 changed files with 0 additions and 3 deletions

View File

@ -200,9 +200,6 @@ include $(CFG_SRC_DIR)mk/llvm.mk
# Source and binary distribution artifacts
ifneq ($(strip $(findstring dist,$(MAKECMDGOALS)) \
$(findstring check,$(MAKECMDGOALS)) \
$(findstring test,$(MAKECMDGOALS)) \
$(findstring tidy,$(MAKECMDGOALS)) \
$(findstring clean,$(MAKECMDGOALS))),)
CFG_INFO := $(info cfg: including dist rules)
include $(CFG_SRC_DIR)mk/dist.mk