This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24343] [PATCH] -w vs. -s
[perl5.git] / makedepend.SH
index c1d880d..688f656 100755 (executable)
@@ -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 <UU/$file.c |
         $sed \