Skip to content

Commit

Permalink
mk: Fix typo, NO_MAKEFILE_DEPS -> NO_MKFILE_DEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Feb 16, 2014
1 parent 109673f commit 58678dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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/,*)
Expand Down

0 comments on commit 58678dc

Please sign in to comment.