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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
two small patches from Peter Prymmer <pvhp@forte.com>
[perl5.git]
/
makedepend.SH
diff --git
a/makedepend.SH
b/makedepend.SH
index
f03f68b
..
994123e
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-130,6
+130,9
@@
for file in `$cat .clist`; do
-e 's|\\$||' \
-e p \
-e '}' ) >UU/$file.c
+ if [ "$osname" = os390 -a "$file" = perly.c ]; then
+ $echo '#endif' >>UU/$file.c
+ fi
$cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
$sed \
-e '/^#.*<stdin>/d' \