Ultrix mmap tidbit.
[p5sagit/p5-mst-13.2.git] / makedepend.SH
index 8176204..0f32da3 100755 (executable)
@@ -102,7 +102,11 @@ for file in `$cat .clist`; do
        if [ "$osname" = uwin ]; then
                uwinfix="-e s,\\\\\\\\,/,g -e s,\\([a-zA-Z]\\):/,/\\1/,g"
        else
-               uwinfix=
+               if [ "$osname" = os2 ]; then
+                       uwinfix="-e s,\\\\\\\\,/,g"
+               else
+                       uwinfix=
+               fi
        fi
     case "$file" in
     *.c) filebase=`basename $file .c` ;;