diff options
author | Lukas Larsson <[email protected]> | 2018-06-18 13:39:25 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-06-18 13:39:25 +0200 |
commit | 40bbb4288d37af14ce7a295cae59b12e578ce4a6 (patch) | |
tree | abee6755986e3d6f36ea834b0488e7741bc8167e /erts | |
parent | 360b68d76d8c297d950616f088458b7c239be7ee (diff) | |
download | otp-40bbb4288d37af14ce7a295cae59b12e578ce4a6.tar.gz otp-40bbb4288d37af14ce7a295cae59b12e578ce4a6.tar.bz2 otp-40bbb4288d37af14ce7a295cae59b12e578ce4a6.zip |
erts: Fix vxworks configure broken by corba removal
Diffstat (limited to 'erts')
-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/%"` |