summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 3afb6468ce..158f70e262 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -19,6 +19,10 @@ ROOTDIR = ..
include $(ROOTDIR)/Makefile.common
+# This value should stay the same, regardless of bootstrapping, to cause
+# MKEXE, MKDLL and MKMAINDLL to be written correctly.
+FLEXLINK_CMD=flexlink
+
ifeq "$(BOOTSTRAPPING_FLEXDLL)" "false"
FLEXDLL_DIR =
else