makedepend
Ilya Zakharevich [Thu, 21 Jan 1999 02:08:27 +0000 (21:08 -0500)]
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@2661

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` ;;