From 5920a0ba1d561db9223b9544f4285f9725073039 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 3 Dec 1999 06:05:19 +0000 Subject: two small patches from Peter Prymmer p4raw-id: //depot/perl@4627 --- makedepend.SH | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makedepend.SH') 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 /d' \ -- cgit v1.2.1