aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-06-18 13:39:25 +0200
committerLukas Larsson <[email protected]>2018-06-18 13:39:25 +0200
commit40bbb4288d37af14ce7a295cae59b12e578ce4a6 (patch)
treeabee6755986e3d6f36ea834b0488e7741bc8167e
parent360b68d76d8c297d950616f088458b7c239be7ee (diff)
downloadotp-40bbb4288d37af14ce7a295cae59b12e578ce4a6.tar.gz
otp-40bbb4288d37af14ce7a295cae59b12e578ce4a6.tar.bz2
otp-40bbb4288d37af14ce7a295cae59b12e578ce4a6.zip
erts: Fix vxworks configure broken by corba removal
-rwxr-xr-xerts/autoconf/configure.vxworks2
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/%"`