diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-01-19 10:25:38 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-20 22:22:27 +0000 |
commit | bf0dfd2875ffb7aa5c714bb4d5e63ffe5433458f (patch) | |
tree | cbb4213a31a0338ad11536852ea89f4aed97c18c /Makefile.SH | |
parent | ac9901e0f0bc12ad100c6e8b5f8bd40595e928ad (diff) | |
download | perl-bf0dfd2875ffb7aa5c714bb4d5e63ffe5433458f.tar.gz |
remove redundant dependencies that are unneeded
Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
p4raw-id: //depot/perl@8488
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 7a2ee11a21..e6a0ef4d13 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. |