summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2001-01-19 10:25:38 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-20 22:22:27 +0000
commitbf0dfd2875ffb7aa5c714bb4d5e63ffe5433458f (patch)
treecbb4213a31a0338ad11536852ea89f4aed97c18c /Makefile.SH
parentac9901e0f0bc12ad100c6e8b5f8bd40595e928ad (diff)
downloadperl-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.SH4
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.