diff options
author | Lukas Larsson <[email protected]> | 2018-06-18 14:00:24 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-06-18 14:00:24 +0200 |
commit | 4b2a998b64090420992529a27489b4af8a731477 (patch) | |
tree | 9adcd240f49449baafbf2603fffa46766ddb653b | |
parent | 50c6a0144d6f1899147f78228eb3342661098bc7 (diff) | |
parent | 40bbb4288d37af14ce7a295cae59b12e578ce4a6 (diff) | |
download | otp-4b2a998b64090420992529a27489b4af8a731477.tar.gz otp-4b2a998b64090420992529a27489b4af8a731477.tar.bz2 otp-4b2a998b64090420992529a27489b4af8a731477.zip |
Merge branch 'lukas/erts/fix_vxworks_configure'
* lukas/erts/fix_vxworks_configure:
erts: Fix vxworks configure broken by corba removal
-rwxr-xr-x | erts/autoconf/configure.vxworks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/autoconf/configure.vxworks b/erts/autoconf/configure.vxworks index 18ca1718d6..160695eb0a 100755 --- a/erts/autoconf/configure.vxworks +++ b/erts/autoconf/configure.vxworks @@ -116,7 +116,7 @@ CONFIG_FILES="${ERL_TOP}/erts/emulator/$host/Makefile $os_mon_dir/$host/Makefile $zlibdir/$host/Makefile $runtime_tools_dir/$host/Makefile - $tools_dir/$host/Makefile + $tools_dir/$host/Makefile" for file in $CONFIG_FILES; do new_name=`echo $file|sed "s%/$host/%/$target/%"` |