summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-03 06:05:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-03 06:05:19 +0000
commit5920a0ba1d561db9223b9544f4285f9725073039 (patch)
tree8e20f846abb5d2973ad946562af88906113121b9 /makedepend.SH
parenta5993822807cbbbe69966799e15dc70f210f7f24 (diff)
downloadperl-5920a0ba1d561db9223b9544f4285f9725073039.tar.gz
two small patches from Peter Prymmer <pvhp@forte.com>
p4raw-id: //depot/perl@4627
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index f03f68b503..994123ecd1 100755
--- 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' \