We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109673f commit 58678dcCopy full SHA for 58678dc
mk/main.mk
@@ -45,7 +45,7 @@ CFG_VERSION_WIN = $(subst -pre,,$(CFG_RELEASE))
45
# and include all of the .d files in one fell swoop.
46
ALL_OBJ_FILES :=
47
48
-ifneq ($(NO_MAKEFILE_DEPS),)
+ifneq ($(NO_MKFILE_DEPS),)
49
MKFILE_DEPS :=
50
else
51
MKFILE_DEPS := config.stamp $(call rwildcard,$(CFG_SRC_DIR)mk/,*)
0 commit comments