This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5838269
)
makedepend
author
Ilya Zakharevich
<ilya@math.berkeley.edu>
Thu, 21 Jan 1999 02:08:27 +0000
(21:08 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 21 Jan 1999 14:41:13 +0000
(14:41 +0000)
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-ID: <
19990121020827
.A25509@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@2661
makedepend.SH
patch
|
blob
|
blame
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
8176204
..
0f32da3
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-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` ;;