Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!nrl-cmf!ames!elroy!devvax!lroot From: lroot@devvax.JPL.NASA.GOV (The Superuser) Newsgroups: comp.sources.bugs Subject: perl 1.0 patch #4 Summary: This is an official patch for perl 1.0. Please apply it. Message-ID: <1152@devvax.JPL.NASA.GOV> Date: 26 Jan 88 16:54:21 GMT Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 90 System: perl version 1.0 Patch #: 4 Priority: LOW to MEDIUM, depending Subject: make depend doesn't work if . isn't in your PATH From: eggert@sea.sm.unisys.com (Paul Eggert) Description: make depend doesn't work if . isn't in your PATH. Fix: From rn, say "| patch -d DIR", where DIR is your perl source directory. Outside of rn, say "cd DIR; patch #define PATCHLEVEL 4 Index: Makefile.SH Prereq: 1.0.1.1 *** Makefile.SH.old Tue Jan 26 08:48:31 1988 --- Makefile.SH Tue Jan 26 08:48:32 1988 *************** *** 14,22 **** esac echo "Extracting Makefile (with variable substitutions)" cat >Makefile <Makefile < perl.fuzz depend: makedepend ! makedepend test: perl chmod 755 t/TEST t/base.* t/comp.* t/cmd.* t/io.* t/op.* --- 140,146 ---- lint $(lintflags) $(defs) $(c) > perl.fuzz depend: makedepend ! ./makedepend test: perl chmod 755 t/TEST t/base.* t/comp.* t/cmd.* t/io.* t/op.*