diff options
Diffstat (limited to 'netware/BUILD/compile-netware-END')
-rwxr-xr-x | netware/BUILD/compile-netware-END | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index 0bb4e808b63..c5c08cea908 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -21,10 +21,6 @@ rm -rf Makefile.in.bk # run auto tools . $path/compile-AUTOTOOLS -# For NetWare there is no comp_err but comp_err.linux -sed -e "s/comp_err\$(EXEEXT)/comp_err.linux/g" extra/Makefile.am > extra/Makefile.am.$$ -mv extra/Makefile.am.$$ extra/Makefile.am - # configure ./configure $base_configs $extra_configs |