mk: Fix typo, NO_MAKEFILE_DEPS -> NO_MKFILE_DEPS

This commit is contained in:
Brian Anderson 2014-02-15 23:12:56 -08:00
parent 109673f368
commit 58678dc229
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ CFG_VERSION_WIN = $(subst -pre,,$(CFG_RELEASE))
# and include all of the .d files in one fell swoop.
ALL_OBJ_FILES :=
ifneq ($(NO_MAKEFILE_DEPS),)
ifneq ($(NO_MKFILE_DEPS),)
MKFILE_DEPS :=
else
MKFILE_DEPS := config.stamp $(call rwildcard,$(CFG_SRC_DIR)mk/,*)