From owner-cvs-usrbin Thu Sep 19 07:55:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10978 for cvs-usrbin-outgoing; Thu, 19 Sep 1996 07:55:23 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA10785; Thu, 19 Sep 1996 07:54:51 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id IAA17919; Thu, 19 Sep 1996 08:54:49 -0600 (MDT) Date: Thu, 19 Sep 1996 08:54:49 -0600 (MDT) Message-Id: <199609191454.IAA17919@rocky.mt.sri.com> From: Nate Williams To: Peter Wemm Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/lex Makefile In-Reply-To: <199609190521.WAA17022@freefall.freebsd.org> References: <199609190521.WAA17022@freefall.freebsd.org> Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > peter 96/09/18 22:21:12 > > Modified: usr.bin/lex Makefile > Log: > Clean up dependencies a bit (we were not doing a depend on scan.c) That's because we aren't required to do that unless we are bootstrapping. Otherwise, the dependency is done below in the line. scan.o: parse.c Nate