summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/src/Makefile')
-rw-r--r--lib/stdlib/src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/stdlib/src/Makefile b/lib/stdlib/src/Makefile
index 761d6c4c28..abdb665b09 100644
--- a/lib/stdlib/src/Makefile
+++ b/lib/stdlib/src/Makefile
@@ -42,6 +42,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/stdlib-$(VSN)
# ----------------------------------------------------
MODULES= \
array \
+ argparse \
base64 \
beam_lib \
binary \
@@ -56,7 +57,9 @@ MODULES= \
digraph \
digraph_utils \
edlin \
+ edlin_context \
edlin_expand \
+ edlin_type_suggestion \
epp \
erl_abstract_code \
erl_anno \
@@ -196,7 +199,8 @@ primary_bootstrap_compiler: \
$(BOOTSTRAP_COMPILER)/ebin/erl_parse.beam \
$(BOOTSTRAP_COMPILER)/ebin/erl_lint.beam \
$(BOOTSTRAP_COMPILER)/ebin/io.beam \
- $(BOOTSTRAP_COMPILER)/ebin/otp_internal.beam
+ $(BOOTSTRAP_COMPILER)/ebin/otp_internal.beam \
+ $(BOOTSTRAP_COMPILER)/ebin/erl_internal.beam
$(BOOTSTRAP_COMPILER)/ebin/erl_parse.beam: erl_parse.yrl