From: Peter Prymmer Date: Fri, 19 Jan 2001 18:25:38 +0000 (-0800) Subject: remove redundant dependencies that are unneeded X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf0dfd2875ffb7aa5c714bb4d5e63ffe5433458f;p=p5sagit%2Fp5-mst-13.2.git remove redundant dependencies that are unneeded Message-ID: p4raw-id: //depot/perl@8488 --- diff --git a/Makefile.SH b/Makefile.SH index 7a2ee11..e6a0ef4 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -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.