aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 175f7737..b57649d8 100644
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ driver/Configuration.ml: Makefile.config VERSION
echo let arch = "\"$(ARCH)\""; \
echo let variant = "\"$(VARIANT)\""; \
echo let system = "\"$(SYSTEM)\""; \
- echo let need_stdlib_wrapper = $(NEED_STDLIB_WRAPPER); \
+ echo let has_runtime_lib = $(HAS_RUNTIME_LIB); \
version=`cat VERSION`; \
echo let version = "\"$$version\"") \
> driver/Configuration.ml