Skip to content

Commit

Permalink
makedepend.SH: Comment out unnecessary code
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Karl Williamson authored and khwilliamson committed Oct 20, 2014
1 parent 046c927 commit f2ec897
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions makedepend.SH
Original file line number Diff line number Diff line change
Expand Up @@ -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 <UU/$file.c |
Expand Down

0 comments on commit f2ec897

Please sign in to comment.