diff options
author | Lukas Larsson <[email protected]> | 2015-08-26 11:18:29 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2015-12-15 10:05:43 +0100 |
commit | fdc2ce62a041d34cd99413e278e7dd8ff79832d1 (patch) | |
tree | 24529c2bc49751bfd78b28ce3adff90c2b9ec37a /erts/emulator/Makefile.in | |
parent | 37f057fca161373bf565ea1bf24fbe89d4946b48 (diff) | |
download | otp-fdc2ce62a041d34cd99413e278e7dd8ff79832d1.tar.gz otp-fdc2ce62a041d34cd99413e278e7dd8ff79832d1.tar.bz2 otp-fdc2ce62a041d34cd99413e278e7dd8ff79832d1.zip |
erts: Change name of child_setup to erl_child_setup
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index c5080d5b5d..802de21ef0 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -398,7 +398,7 @@ EMULATOR_EXECUTABLE = beam$(TF_MARKER).dll else EMULATOR_EXECUTABLE = beam$(TF_MARKER) endif -CS_EXECUTABLE = child_setup$(TYPEMARKER) +CS_EXECUTABLE = erl_child_setup$(TYPEMARKER) # ---------------------------------------------------------------------- |