aboutsummaryrefslogtreecommitdiffstats
path: root/erts/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-05-21 15:43:34 +0200
committerLukas Larsson <[email protected]>2012-05-23 10:40:59 +0200
commitd512f2c9f6dc2fef0d25ab132c99c94991a44614 (patch)
tree476e900b363c0a5f3c408a9b5fe922b8617dcdef /erts/Makefile.in
parente4717301b73f2d7b2716b625e1b647b35d2815be (diff)
downloadotp-d512f2c9f6dc2fef0d25ab132c99c94991a44614.tar.gz
otp-d512f2c9f6dc2fef0d25ab132c99c94991a44614.tar.bz2
otp-d512f2c9f6dc2fef0d25ab132c99c94991a44614.zip
Create erl.ini for host emulator
Diffstat (limited to 'erts/Makefile.in')
-rw-r--r--erts/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/Makefile.in b/erts/Makefile.in
index 1979c50781..79a66a3ba2 100644
--- a/erts/Makefile.in
+++ b/erts/Makefile.in
@@ -106,6 +106,7 @@ local_setup:
chmod 755 $(ERL_TOP)/bin/erl.exe $(ERL_TOP)/bin/erlc.exe \
$(ERL_TOP)/bin/werl.exe; \
make_local_ini.sh $(ERL_TOP); \
+ cp $(ERL_TOP)/bin/erl.ini $(ERL_TOP)/bin/$(TARGET)/erl.ini; \
else \
sed -e "s;%FINAL_ROOTDIR%;$(ERL_TOP);" \
-e "s;erts-.*/bin;bin/$(TARGET);" \