diff options
author | Brad Anderson <brad@sankatygroup.com> | 2010-08-23 15:56:00 -0400 |
---|---|---|
committer | Brad Anderson <brad@sankatygroup.com> | 2010-08-23 15:56:00 -0400 |
commit | 68fbd182679092c3264e833b987314c36dd11deb (patch) | |
tree | 7edf0ca87f940f494b96fd6b1df81f29f9992133 | |
parent | d2e8838539648988db2b0bccb14fd4822d5705e0 (diff) |
more erl_call cleanup
-rw-r--r-- | rel/reltool.config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rel/reltool.config b/rel/reltool.config index 6f9b6b20..fe845140 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -36,8 +36,6 @@ {overlay, [ {copy, "overlay/bin"}, - {copy, "overlay/erts-vsn/bin/erl", "{{erts_vsn}}/bin/erl"}, - {copy, "overlay/erts-vsn/bin/erl_call", "{{erts_vsn}}/bin/erl_call"}, {copy, "overlay/etc"}, {copy, "overlay/var"} ]}. |