From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sat, 2 Mar 2002 17:35:09 +0000 (+0000)
Subject: Remove obsolete hack.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbc75e7d005543c5c3f4fde0b82b904c408de72c;p=p5sagit%2Fp5-mst-13.2.git

Remove obsolete hack.

p4raw-id: //depot/perl@14947
---

diff --git a/makedepend.SH b/makedepend.SH
index 19c90d6..d18138d 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -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' \