From 8736538c3cff6585c95a01b990d3b3a9e5d5744d Mon Sep 17 00:00:00 2001 From: Alexander Smishlajev Date: Sun, 25 Apr 1999 17:58:29 +0300 Subject: cygwin32 update (untested adaptation of patch against 5.005_03) Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358 --- makedepend.SH | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'makedepend.SH') diff --git a/makedepend.SH b/makedepend.SH index ba90d72abb..e1c28468bd 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -105,7 +105,11 @@ for file in `$cat .clist`; do if [ "$osname" = os2 ]; then uwinfix="-e s,\\\\\\\\,/,g" else - uwinfix= + if [ "$archname" = cygwin32 ]; then + uwinfix="-e s,\\\\\\\\,/,g" + else + uwinfix= + fi fi fi case "$file" in -- cgit v1.2.1