summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-01 20:29:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-01 20:29:17 +0000
commit873b149f049701f76396c28e70d7cccfec0b011f (patch)
treeb7671048bfedc2872fed1dc786ae53e3856465d8 /makedepend.SH
parent8babd21611073cf7ab71cbfaf139d06738ff3f27 (diff)
downloadperl-873b149f049701f76396c28e70d7cccfec0b011f.tar.gz
rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@3852
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedepend.SH b/makedepend.SH
index e1c28468bd..f03f68b503 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -105,7 +105,7 @@ for file in `$cat .clist`; do
if [ "$osname" = os2 ]; then
uwinfix="-e s,\\\\\\\\,/,g"
else
- if [ "$archname" = cygwin32 ]; then
+ if [ "$archname" = cygwin ]; then
uwinfix="-e s,\\\\\\\\,/,g"
else
uwinfix=