From: Paul Eggert Date: Mon, 25 Jan 1988 19:48:31 +0000 (+0000) Subject: perl 1.0 patch 4: make depend doesn't work if . isn't in your PATH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdf95cbbc2acfbfc754558cc084039bd434df8d8;p=p5sagit%2Fp5-mst-13.2.git perl 1.0 patch 4: make depend doesn't work if . isn't in your PATH make depend doesn't work if . isn't in your PATH. --- diff --git a/Makefile.SH b/Makefile.SH index 7814bd9..798d9a3 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -14,9 +14,12 @@ case "$0" in esac echo "Extracting Makefile (with variable substitutions)" cat >Makefile < perl.fuzz depend: makedepend - makedepend + ./makedepend test: perl chmod 755 t/TEST t/base.* t/comp.* t/cmd.* t/io.* t/op.* diff --git a/patchlevel.h b/patchlevel.h index 558d48c..82d4f62 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL 3 +#define PATCHLEVEL 4