Removing so_locations once is enough.
[p5sagit/p5-mst-13.2.git] / makedepend.SH
index ba90d72..f03f68b 100755 (executable)
@@ -105,7 +105,11 @@ for file in `$cat .clist`; do
                if [ "$osname" = os2 ]; then
                        uwinfix="-e s,\\\\\\\\,/,g"
                else
-                       uwinfix=
+                       if [ "$archname" = cygwin ]; then
+                               uwinfix="-e s,\\\\\\\\,/,g"
+                       else
+                               uwinfix=
+                       fi
                fi
        fi
     case "$file" in