remove redundant dependencies that are unneeded
Peter Prymmer [Fri, 19 Jan 2001 18:25:38 +0000 (10:25 -0800)]
Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>

p4raw-id: //depot/perl@8488

Makefile.SH

index 7a2ee11..e6a0ef4 100644 (file)
@@ -509,7 +509,7 @@ fi
 
 $spitshell >>Makefile <<'!NO!SUBS!'
 
-sperl$(OBJ_EXT): perl.c perly.h patchlevel.h $(h)
+sperl$(OBJ_EXT): perl.c $(h)
        $(RMS) sperl.c
        $(LNS) perl.c sperl.c
        $(CCCMD) -DIAMSUID sperl.c
@@ -792,7 +792,7 @@ _verycleaner:
 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message
 # for that spot.
 
-lint: perly.c $(c)
+lint: $(c)
        lint $(lintflags) $(defs) perly.c $(c) > perl.fuzz
 
 # Need to unset during recursion to go out of loop.