diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-09-13 16:35:59 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2010-09-13 16:35:59 +0200 |
commit | e79a81fcffda8f1f8cb32e83daeaf2f6113bbee5 (patch) | |
tree | 714c802fdbd27118180a4e3bdcbd425ddcb2bf78 /erts/autoconf/configure.vxworks | |
parent | bbf3ab21b404aedbf9c7b7062b1e96062133fe44 (diff) | |
download | otp-e79a81fcffda8f1f8cb32e83daeaf2f6113bbee5.tar.gz otp-e79a81fcffda8f1f8cb32e83daeaf2f6113bbee5.tar.bz2 otp-e79a81fcffda8f1f8cb32e83daeaf2f6113bbee5.zip |
Fix ei to build on vxworks
Diffstat (limited to 'erts/autoconf/configure.vxworks')
-rwxr-xr-x | erts/autoconf/configure.vxworks | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/autoconf/configure.vxworks b/erts/autoconf/configure.vxworks index 70d7bdbaf2..14fbf766dc 100755 --- a/erts/autoconf/configure.vxworks +++ b/erts/autoconf/configure.vxworks @@ -101,7 +101,6 @@ epmd_dir=${ERL_TOP}/erts/epmd/src os_mon_dir=${ERL_TOP}/lib/os_mon/c_src orber_dir=${ERL_TOP}/lib/orber/c_src ic_dir=${ERL_TOP}/lib/ic/c_src -asn1_dir=${ERL_TOP}/lib/asn1/c_src internal_tools_dir=${ERL_TOP} libdir=${ERL_TOP}/lib tsdir=$libdir/test_server/src @@ -122,7 +121,6 @@ CONFIG_FILES="${ERL_TOP}/erts/emulator/$host/Makefile $os_mon_dir/$host/Makefile $zlibdir/$host/Makefile $ic_dir/$host/Makefile - $asn1_dir/$host/Makefile $runtime_tools_dir/$host/Makefile $tools_dir/$host/Makefile $orber_dir/$host/Makefile" |