summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-02-20 21:11:32 +0100
committerJeff Trawick <trawick@apache.org>2002-02-20 21:11:32 +0100
commit421c580059fc33e70c17cdeebcd5819d6497171e (patch)
tree5d61f1cbca310e39ced85d3c112ea54e5902aefc /build
parentRemember AddOutputFilterByType. (diff)
downloadapache2-421c580059fc33e70c17cdeebcd5819d6497171e.tar.xz
apache2-421c580059fc33e70c17cdeebcd5819d6497171e.zip
on OS/390, instdso.sh should just use libtool, since libtool for
OS/390 is very Apache-friendly and doesn't play with the names of DSO files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-xbuild/instdso.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/instdso.sh b/build/instdso.sh
index 077647ecfd..634a1f9189 100755
--- a/build/instdso.sh
+++ b/build/instdso.sh
@@ -43,7 +43,7 @@ case $SYS in
echo $CMD
$CMD || exit $?
;;
- OS/2)
+ OS/2|OS/390)
CMD="$SH_LIBTOOL --mode=install cp $DSOARCHIVE $TARGETDIR/"
echo $CMD
$CMD || exit $?