This patch fixes "make install" on OS/390 when the Apache modules are built as dynamic shared objects. Index: instdso.sh =================================================================== RCS file: /home/cvs/httpd-2.0/build/instdso.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- instdso.sh 21 Dec 2001 01:47:50 -0000 1.3 +++ instdso.sh 20 Feb 2002 20:11:32 -0000 1.4 @@ -43,7 +43,7 @@ echo $CMD $CMD || exit $? ;; - OS/2) + OS/2|OS/390) CMD="$SH_LIBTOOL --mode=install cp $DSOARCHIVE $TARGETDIR/" echo $CMD $CMD || exit $?