diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 06:05:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 06:05:19 +0000 |
commit | 5920a0ba1d561db9223b9544f4285f9725073039 (patch) | |
tree | 8e20f846abb5d2973ad946562af88906113121b9 /makedepend.SH | |
parent | a5993822807cbbbe69966799e15dc70f210f7f24 (diff) | |
download | perl-5920a0ba1d561db9223b9544f4285f9725073039.tar.gz |
two small patches from Peter Prymmer <pvhp@forte.com>
p4raw-id: //depot/perl@4627
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-x | makedepend.SH | 3 |
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' \ |