From 6edd329f2057bbd709a169f99a8ea89d83e6b1ad Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 26 Feb 2013 09:00:18 -0700 Subject: [PATCH] makedepend.SH: Comment out unnecessary code This causes problems currently for z/OS. But, since we don't know why it was there, I'm leaving it in as a placeholder. --- makedepend.SH | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/makedepend.SH b/makedepend.SH index f992af3..3b8e050 100755 --- a/makedepend.SH +++ b/makedepend.SH @@ -166,9 +166,10 @@ for file in `$cat .clist`; do -e p \ -e '}' ) >UU/$file.c - if [ "$osname" = os390 -a "$file" = perly.c ]; then - $echo '#endif' >>UU/$file.c - fi + # We're not sure why this was there; the #endif is extraneous on modern z/OS + #if [ "$osname" = os390 -a "$file" = perly.c ]; then + # $echo '#endif' >>UU/$file.c + #fi if [ "$osname" = os390 ]; then $cppstdin $finc -I. $cppflags $cppminus