Remove obsolete hack.
Jarkko Hietaniemi [Sat, 2 Mar 2002 17:35:09 +0000 (17:35 +0000)]
p4raw-id: //depot/perl@14947

makedepend.SH

index 19c90d6..d18138d 100755 (executable)
@@ -130,9 +130,6 @@ for file in `$cat .clist`; do
        -e p \
        -e '}' ) >UU/$file.c
     if [ "$osname" = os390 ]; then
-        if [ "$file" = perly.c ]; then
-            $echo '#endif' >>UU/$file.c
-        fi
         $cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
         $sed \
            -e '/^#.*<stdin>/d' \