From: Jarkko Hietaniemi Date: Thu, 5 Jun 2003 16:58:23 +0000 (+0000) Subject: z/OS makedepend fix from Peter Prymmer; X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4902b9ac34817bed7eedc3956f985e2d5ded090e;p=p5sagit%2Fp5-mst-13.2.git z/OS makedepend fix from Peter Prymmer; still needed as reported by Brian De Pradine. p4raw-id: //depot/perl@19692 --- diff --git a/makedepend.SH b/makedepend.SH index c1d880d..688f656 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -141,6 +141,11 @@ 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 + if [ "$osname" = os390 ]; then $cppstdin $finc -I. $cppflags $cppminus