diff options
author | Richard Carlsson <[email protected]> | 2018-05-23 11:35:31 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2018-05-23 13:31:18 +0200 |
commit | 6ee6d1903c4255cbea809129c8262d5863a94093 (patch) | |
tree | 253e38d96db5de4fabadb335044c9e07b84b5a0f /Makefile.in | |
parent | 4534387fd15937fd3a7d646e9fa56ba2b62390da (diff) | |
download | otp-6ee6d1903c4255cbea809129c8262d5863a94093.tar.gz otp-6ee6d1903c4255cbea809129c8262d5863a94093.tar.bz2 otp-6ee6d1903c4255cbea809129c8262d5863a94093.zip |
Add erl_init module
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e75bcf7f10..bce26cc8b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -939,7 +939,7 @@ primary_bootstrap_copy: # To remove modules left by the bootstrap building, but leave (restore) # the modules in kernel which are needed for an emulator build -KERNEL_PRELOAD = otp_ring0 init erl_prim_loader prim_inet prim_file zlib prim_zip erlang erts_code_purger +KERNEL_PRELOAD = erl_init otp_ring0 init erl_prim_loader prim_inet prim_file zlib prim_zip erlang erts_code_purger KERNEL_PRELOAD_BEAMS=$(KERNEL_PRELOAD:%=$(BOOTSTRAP_TOP)/lib/kernel/ebin/%.beam) start_scripts: |