From owner-cvs-all Tue May 12 15:35:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12005 for cvs-all-outgoing; Tue, 12 May 1998 15:35:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11967; Tue, 12 May 1998 15:35:35 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27104; Tue, 12 May 1998 15:32:03 -0700 (PDT) Date: Tue, 12 May 1998 15:32:03 -0700 (PDT) Message-Id: <199805122232.PAA27104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/05/12 15:32:03 PDT Modified files: gnu/usr.bin/perl/usub Makefile Log: Change .if to .elif to prevent the current directory path search for a perl executable from overriding the object directory path search where perl is most likely to be. Most people haven't seen this because it defaulted to /usr/bin/perl which might be OK as a fallback, but when bootstrapping a new version (or the *first* version on alpha), we don't really want to use /usr/bin/perl. Revision Changes Path 1.9 +1 -2 src/gnu/usr.bin/perl/usub/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message