Date: Thu, 19 Sep 1996 08:54:49 -0600 (MDT) From: Nate Williams <nate@mt.sri.com> To: Peter Wemm <peter@freefall.freebsd.org> 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 Message-ID: <199609191454.IAA17919@rocky.mt.sri.com> In-Reply-To: <199609190521.WAA17022@freefall.freebsd.org> References: <199609190521.WAA17022@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609191454.IAA17919>