X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=makedepend.SH;h=688f65602ed459434bfe60d6dbec61213d295be8;hb=1242dfaee525d4d0ab20ac8ae62b3f0de03fa88e;hp=c1d880d32432bfc79085483d9b82f1e7b7ec1ae3;hpb=ed9a7c0a7122dbeb8157d93bb6181ffc5af79d3b;p=p5sagit%2Fp5-mst-13.2.git 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